Click here to Skip to main content
15,923,689 members
Home / Discussions / C#
   

C#

 
GeneralRe: A Service to Kill Processes Pin
kingletas18-Oct-07 6:22
kingletas18-Oct-07 6:22 
AnswerRe: A Service to Kill Processes Pin
leppie18-Oct-07 4:50
leppie18-Oct-07 4:50 
GeneralRe: A Service to Kill Processes Pin
kingletas18-Oct-07 5:04
kingletas18-Oct-07 5:04 
AnswerRe: A Service to Kill Processes Pin
Ian MacLean18-Oct-07 5:07
Ian MacLean18-Oct-07 5:07 
QuestionReading Very Large Text File ... Pin
Davids Maguire18-Oct-07 4:06
Davids Maguire18-Oct-07 4:06 
AnswerRe: Reading Very Large Text File ... Pin
Abhijit Jana18-Oct-07 4:15
professionalAbhijit Jana18-Oct-07 4:15 
AnswerRe: Reading Very Large Text File ... Pin
Colin Angus Mackay18-Oct-07 4:16
Colin Angus Mackay18-Oct-07 4:16 
GeneralRe: Reading Very Large Text File ... Pin
Dan Neely18-Oct-07 5:39
Dan Neely18-Oct-07 5:39 
Colin Angus Mackay wrote:
You could set up two stream readers and seek one of them to the middle of the file and have the second thread start from there. (It would have to move to the start of the next line to ensure it is in a good place). It might have the problem of thrashing the disk as it seeks between the two file locations.


The only way I could see this not murdering performance was on a raid where each read thread was always targeting data from a different drive. Unless the data file is a fixed length format that aligns with the raids block size though I can't see any way to implement it.

--
If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

GeneralRe: Reading Very Large Text File ... Pin
Colin Angus Mackay18-Oct-07 8:10
Colin Angus Mackay18-Oct-07 8:10 
AnswerRe: Reading Very Large Text File ... Pin
Luc Pattyn18-Oct-07 4:24
sitebuilderLuc Pattyn18-Oct-07 4:24 
GeneralRe: Reading Very Large Text File ... Pin
Davids Maguire18-Oct-07 4:32
Davids Maguire18-Oct-07 4:32 
GeneralRe: Reading Very Large Text File ... Pin
Luc Pattyn18-Oct-07 4:38
sitebuilderLuc Pattyn18-Oct-07 4:38 
AnswerRe: Reading Very Large Text File ... Pin
leppie18-Oct-07 4:52
leppie18-Oct-07 4:52 
AnswerRe: Reading Very Large Text File ... Pin
Ennis Ray Lynch, Jr.18-Oct-07 10:01
Ennis Ray Lynch, Jr.18-Oct-07 10:01 
QuestionoleDB, Odbc, DataBase Pin
half-life18-Oct-07 3:37
half-life18-Oct-07 3:37 
AnswerRe: oleDB, Odbc, DataBase Pin
Abhijit Jana18-Oct-07 3:48
professionalAbhijit Jana18-Oct-07 3:48 
GeneralRe: oleDB, Odbc, DataBase Pin
half-life18-Oct-07 3:55
half-life18-Oct-07 3:55 
GeneralRe: oleDB, Odbc, DataBase Pin
Abhijit Jana18-Oct-07 4:09
professionalAbhijit Jana18-Oct-07 4:09 
AnswerRe: oleDB, Odbc, DataBase Pin
J4amieC18-Oct-07 3:54
J4amieC18-Oct-07 3:54 
JokeRe: oleDB, Odbc, DataBase Pin
Abhijit Jana18-Oct-07 4:10
professionalAbhijit Jana18-Oct-07 4:10 
QuestionThreading Problem- a thread that calls two functions Pin
gizmokaka18-Oct-07 3:33
gizmokaka18-Oct-07 3:33 
AnswerRe: Threading Problem- a thread that calls two functions Pin
Luc Pattyn18-Oct-07 4:15
sitebuilderLuc Pattyn18-Oct-07 4:15 
GeneralRe: Threading Problem- a thread that calls two functions Pin
gizmokaka18-Oct-07 5:11
gizmokaka18-Oct-07 5:11 
GeneralRe: Threading Problem- a thread that calls two functions Pin
Luc Pattyn18-Oct-07 5:27
sitebuilderLuc Pattyn18-Oct-07 5:27 
GeneralRe: Threading Problem- a thread that calls two functions Pin
gizmokaka18-Oct-07 5:48
gizmokaka18-Oct-07 5:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.