Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: %systemroot% Pin
dellthinker16-May-07 5:49
dellthinker16-May-07 5:49 
QuestionINF Install in Visual C Application Pin
rachis14-May-07 10:59
rachis14-May-07 10:59 
AnswerRe: INF Install in Visual C Application Pin
JudyL_MD15-May-07 3:59
JudyL_MD15-May-07 3:59 
QuestionReally Urgent, Keyboard Input using SendInput Pin
Mohammad A Gdeisat14-May-07 10:57
Mohammad A Gdeisat14-May-07 10:57 
AnswerRe: Really Urgent, Keyboard Input using SendInput Pin
CPallini14-May-07 11:25
mveCPallini14-May-07 11:25 
GeneralRe: Really Urgent, Keyboard Input using SendInput Pin
Mohammad A Gdeisat14-May-07 20:25
Mohammad A Gdeisat14-May-07 20:25 
GeneralRe: Really Urgent, Keyboard Input using SendInput Pin
CPallini14-May-07 20:49
mveCPallini14-May-07 20:49 
QuestionQuestion about Harddrive writes Pin
godspeed12314-May-07 10:15
godspeed12314-May-07 10:15 
Hi,

I have about 3 Megs of data coming in at intervals of about 100 times a second. I am trying to write this into the harddrive so that I can do some post processing after all the data is written to a file. I am finding that the hard drive cant keep up and it actually causes data to be dropped. So what I did was implemented a queue where I can put into memory and then I wrote another thread to copy off the data to the harddrive but that is still not doing the trick. The memory writes are way too quick and my circular queue gets full before the hardrive writes are done, so then the thread needs to wait.

I need to be able to record this data for a large amount of time, say about 1 to 2 hours without losing any data. I get loss of data within 10 seconds. I am going crazy here, if there is another approach to doing this I am all ears, even if it calls for a full overhaul of my application, or if there is something else I am doing wrong.

All the code is written in C++.

Thanks in advance
QuestionRe: Question about Harddrive writes Pin
JudyL_MD14-May-07 10:20
JudyL_MD14-May-07 10:20 
AnswerRe: Question about Harddrive writes Pin
godspeed12314-May-07 10:27
godspeed12314-May-07 10:27 
GeneralRe: Question about Harddrive writes Pin
David Crow14-May-07 10:39
David Crow14-May-07 10:39 
GeneralRe: Question about Harddrive writes Pin
godspeed12314-May-07 10:43
godspeed12314-May-07 10:43 
GeneralRe: Question about Harddrive writes Pin
pkyiu14-May-07 22:47
pkyiu14-May-07 22:47 
AnswerRe: Question about Harddrive writes Pin
skornel14-May-07 10:37
skornel14-May-07 10:37 
GeneralRe: Question about Harddrive writes Pin
godspeed12314-May-07 10:45
godspeed12314-May-07 10:45 
GeneralRe: Question about Harddrive writes Pin
skornel14-May-07 10:46
skornel14-May-07 10:46 
AnswerRe: Question about Harddrive writes Pin
David Crow14-May-07 10:51
David Crow14-May-07 10:51 
GeneralRe: Question about Harddrive writes Pin
Rajesh R Subramanian15-May-07 7:19
professionalRajesh R Subramanian15-May-07 7:19 
GeneralRe: Question about Harddrive writes Pin
David Crow15-May-07 7:50
David Crow15-May-07 7:50 
GeneralRe: Question about Harddrive writes Pin
Rajesh R Subramanian17-May-07 2:09
professionalRajesh R Subramanian17-May-07 2:09 
GeneralRe: Question about Harddrive writes Pin
David Crow17-May-07 2:31
David Crow17-May-07 2:31 
GeneralRe: Question about Harddrive writes Pin
Rajesh R Subramanian17-May-07 20:25
professionalRajesh R Subramanian17-May-07 20:25 
AnswerRe: Question about Harddrive writes Pin
Michael Sadlon14-May-07 11:23
Michael Sadlon14-May-07 11:23 
QuestionError C2621 Pin
Reagan Conservative14-May-07 10:10
Reagan Conservative14-May-07 10:10 
AnswerRe: Error C2621 Pin
David Crow14-May-07 10:37
David Crow14-May-07 10:37 

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.