Click here to Skip to main content
15,917,618 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I need help with win32 api edit controls Pin
asp.netProgrammer30-Jan-07 4:39
asp.netProgrammer30-Jan-07 4:39 
GeneralRe: I need help with win32 api edit controls Pin
Michael Dunn30-Jan-07 7:29
sitebuilderMichael Dunn30-Jan-07 7:29 
QuestionNeed help with CXX0033: Error: error in OMF type information Pin
Sebastian Schneider29-Jan-07 23:48
Sebastian Schneider29-Jan-07 23:48 
AnswerRe: Need help with CXX0033: Error: error in OMF type information Pin
Sebastian Schneider30-Jan-07 1:37
Sebastian Schneider30-Jan-07 1:37 
QuestionReading disk data from multiple processes. Pin
Bartosz Bien29-Jan-07 22:08
Bartosz Bien29-Jan-07 22:08 
JokeRe: Reading disk data from multiple processes. Pin
Nibu babu thomas29-Jan-07 22:14
Nibu babu thomas29-Jan-07 22:14 
GeneralRe: Reading disk data from multiple processes. Pin
Bartosz Bien29-Jan-07 22:28
Bartosz Bien29-Jan-07 22:28 
AnswerRe: Reading disk data from multiple processes. Pin
Michael Dunn29-Jan-07 22:38
sitebuilderMichael Dunn29-Jan-07 22:38 
Bartosz Bien wrote:
Would it be reasonable to use a mutex to assure that multiple processes do not load data simulateneously?

I gather that the processes aren't reading the same parts of the file. If that's true, then it's likely that the disk is thrashing because the file isn't in cache, so none of the processes' reads can be satisfied from the cache. Try the mutex and redo your measurements, and see if that helps.


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

Ford, what's this fish doing in my ear?

AnswerRe: Reading disk data from multiple processes. Pin
James R. Twine30-Jan-07 1:08
James R. Twine30-Jan-07 1:08 
QuestionAuto view CD Pin
hoa_nguyen29-Jan-07 21:59
hoa_nguyen29-Jan-07 21:59 
AnswerRe: Auto view CD Pin
_AnsHUMAN_ 29-Jan-07 22:03
_AnsHUMAN_ 29-Jan-07 22:03 
AnswerRe: Auto view CD Pin
Hamid_RT30-Jan-07 2:11
Hamid_RT30-Jan-07 2:11 
AnswerRe: Auto view CD Pin
David Crow30-Jan-07 2:19
David Crow30-Jan-07 2:19 
GeneralRe: Auto view CD Pin
jhwurmbach30-Jan-07 2:47
jhwurmbach30-Jan-07 2:47 
GeneralRe: Auto view CD Pin
Hamid_RT30-Jan-07 18:26
Hamid_RT30-Jan-07 18:26 
AnswerRe: Auto view CD Pin
Maximilien30-Jan-07 3:06
Maximilien30-Jan-07 3:06 
QuestionSet own cursor in application? Pin
bosfan29-Jan-07 21:58
bosfan29-Jan-07 21:58 
AnswerRe: Set own cursor in application? Pin
_AnsHUMAN_ 29-Jan-07 22:05
_AnsHUMAN_ 29-Jan-07 22:05 
AnswerRe: Set own cursor in application? Pin
KarstenK30-Jan-07 1:22
mveKarstenK30-Jan-07 1:22 
AnswerRe: Set own cursor in application? Pin
Hamid_RT30-Jan-07 2:16
Hamid_RT30-Jan-07 2:16 
QuestionStandalone MFC/SDI App with static linking Pin
Dalfxxx29-Jan-07 21:50
Dalfxxx29-Jan-07 21:50 
AnswerRe: Standalone MFC/SDI App with static linking Pin
#realJSOP30-Jan-07 4:28
professional#realJSOP30-Jan-07 4:28 
GeneralRe: Standalone MFC/SDI App with static linking Pin
Dalfxxx30-Jan-07 7:12
Dalfxxx30-Jan-07 7:12 
GeneralRe: Standalone MFC/SDI App with static linking Pin
#realJSOP30-Jan-07 23:12
professional#realJSOP30-Jan-07 23:12 
GeneralRe: Standalone MFC/SDI App with static linking Pin
Dalfxxx31-Jan-07 5:19
Dalfxxx31-Jan-07 5:19 

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.