Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: SDI's View DC Pin
David Crow28-Feb-06 10:45
David Crow28-Feb-06 10:45 
AnswerRe: SDI's View DC Pin
masnu28-Feb-06 10:54
masnu28-Feb-06 10:54 
AnswerRe: SDI's View DC Pin
PJ Arends28-Feb-06 11:00
professionalPJ Arends28-Feb-06 11:00 
QuestionHow Thread Run Parallely Pin
zahid_ash28-Feb-06 6:52
zahid_ash28-Feb-06 6:52 
AnswerRe: How Thread Run Parallely Pin
David Crow28-Feb-06 7:13
David Crow28-Feb-06 7:13 
GeneralRe: How Thread Run Parallely Pin
zahid_ash28-Feb-06 7:42
zahid_ash28-Feb-06 7:42 
GeneralRe: How Thread Run Parallely Pin
Maximilien28-Feb-06 7:46
Maximilien28-Feb-06 7:46 
GeneralRe: How Thread Run Parallely Pin
David Crow28-Feb-06 7:50
David Crow28-Feb-06 7:50 
I think so, as long as the read and write operations are not happening at the exact spot in the file. See LockFile() for more.

zahid_ash wrote:
i want to shorten the read write time


Well, creating a bunch of threads on a uniprocessor machine is one way to not "shorten the read write time." The overhead of context-switching between all of the threads will be your demise.


"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

"There is no death, only a change of worlds." - Native American Proverb


GeneralRe: How Thread Run Parallely Pin
zahid_ash28-Feb-06 7:58
zahid_ash28-Feb-06 7:58 
GeneralRe: How Thread Run Parallely Pin
David Crow28-Feb-06 8:10
David Crow28-Feb-06 8:10 
QuestionOpen and write in XML-Document Pin
hanno2528-Feb-06 5:16
hanno2528-Feb-06 5:16 
AnswerRe: Open and write in XML-Document Pin
David Crow28-Feb-06 5:29
David Crow28-Feb-06 5:29 
GeneralRe: Open and write in XML-Document Pin
hanno2528-Feb-06 5:43
hanno2528-Feb-06 5:43 
GeneralRe: Open and write in XML-Document Pin
David Crow28-Feb-06 5:46
David Crow28-Feb-06 5:46 
AnswerRe: Open and write in XML-Document Pin
Dominik Reichl28-Feb-06 6:21
Dominik Reichl28-Feb-06 6:21 
Questionfinishing writing symbol to stdin? Pin
9ine28-Feb-06 4:51
9ine28-Feb-06 4:51 
AnswerRe: finishing writing symbol to stdin? Pin
David Crow28-Feb-06 4:53
David Crow28-Feb-06 4:53 
GeneralRe: finishing writing symbol to stdin? Pin
9ine28-Feb-06 5:11
9ine28-Feb-06 5:11 
QuestionRe: finishing writing symbol to stdin? Pin
David Crow28-Feb-06 5:22
David Crow28-Feb-06 5:22 
AnswerRe: finishing writing symbol to stdin? Pin
9ine28-Feb-06 5:34
9ine28-Feb-06 5:34 
QuestionRe: finishing writing symbol to stdin? Pin
David Crow28-Feb-06 5:48
David Crow28-Feb-06 5:48 
AnswerRe: finishing writing symbol to stdin? Pin
9ine28-Feb-06 5:56
9ine28-Feb-06 5:56 
GeneralRe: finishing writing symbol to stdin? Pin
David Crow28-Feb-06 6:08
David Crow28-Feb-06 6:08 
GeneralRe: finishing writing symbol to stdin? Pin
PJ Arends28-Feb-06 7:38
professionalPJ Arends28-Feb-06 7:38 
QuestiononSize of CDialog Pin
ns28-Feb-06 4:48
ns28-Feb-06 4: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.