Click here to Skip to main content
15,899,314 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Disk partitioning Pin
Perspx19-Jul-07 20:44
Perspx19-Jul-07 20:44 
QuestionIncluding winsock2.h problem Pin
Budric B.19-Jul-07 8:24
Budric B.19-Jul-07 8:24 
AnswerRe: Including winsock2.h problem Pin
Budric B.19-Jul-07 9:17
Budric B.19-Jul-07 9:17 
GeneralRe: Including winsock2.h problem Pin
Matthew Faithfull19-Jul-07 9:19
Matthew Faithfull19-Jul-07 9:19 
GeneralRe: Including winsock2.h problem Pin
Budric B.19-Jul-07 9:57
Budric B.19-Jul-07 9:57 
GeneralRe: Including winsock2.h problem Pin
Matthew Faithfull19-Jul-07 10:14
Matthew Faithfull19-Jul-07 10:14 
GeneralRe: Including winsock2.h problem Pin
Budric B.19-Jul-07 10:59
Budric B.19-Jul-07 10:59 
QuestionOptimizing hard drive write performance Pin
TragicComic19-Jul-07 8:02
TragicComic19-Jul-07 8:02 
I'm working on an application that captures uncompressed video from 2 high resolution (1024x768) video cameras at 30 fps. In order to stream to the hard drive without dropping frames, I need to maintain an average transfer rate of ~47 megabytes per second. The drives I am using are rated to be able to handled a sustained write of 75 megabytes per second all the way to the end.

However, simply writing data with fwrite and timing the performance, I am coming no where near the necessary level of performance.

If anyone out there has any experience with high performance file writing, I'd love to get some tips/pointers on ways to increase write speed.

Adam Kraver
www.captivemotion.com
AnswerRe: Optimizing hard drive write performance Pin
James R. Twine19-Jul-07 8:12
James R. Twine19-Jul-07 8:12 
GeneralRe: Optimizing hard drive write performance Pin
Perspx19-Jul-07 10:38
Perspx19-Jul-07 10:38 
GeneralRe: Optimizing hard drive write performance Pin
TragicComic19-Jul-07 11:38
TragicComic19-Jul-07 11:38 
AnswerRe: Optimizing hard drive write performance Pin
Paresh Chitte19-Jul-07 19:05
Paresh Chitte19-Jul-07 19:05 
GeneralRe: Optimizing hard drive write performance Pin
TragicComic20-Jul-07 7:37
TragicComic20-Jul-07 7:37 
QuestionConverting strings using WideCharToMultiByte Pin
mhand7519-Jul-07 7:42
mhand7519-Jul-07 7:42 
AnswerRe: Converting strings using WideCharToMultiByte Pin
DevMentor.org22-Jul-07 19:38
DevMentor.org22-Jul-07 19:38 
Questionhow can I launch another application( like notepad.exe ) in my VC Pin
LeeeNN19-Jul-07 7:22
LeeeNN19-Jul-07 7:22 
AnswerRe: how can I launch another application( like notepad.exe ) in my VC Pin
Mark Salsbery19-Jul-07 7:27
Mark Salsbery19-Jul-07 7:27 
GeneralRe: how can I launch another application( like notepad.exe ) in my VC Pin
mid=574119-Jul-07 7:28
mid=574119-Jul-07 7:28 
GeneralRe: how can I launch another application( like notepad.exe ) in my VC Pin
Mark Salsbery19-Jul-07 7:34
Mark Salsbery19-Jul-07 7:34 
AnswerRe: how can I launch another application( like notepad.exe ) in my VC Pin
Michael Dunn19-Jul-07 7:40
sitebuilderMichael Dunn19-Jul-07 7:40 
GeneralRe: how can I launch another application( like notepad.exe ) in my VC Pin
LeeeNN19-Jul-07 7:58
LeeeNN19-Jul-07 7:58 
GeneralRe: how can I launch another application( like notepad.exe ) in my VC Pin
Hamid_RT31-Jul-07 9:21
Hamid_RT31-Jul-07 9:21 
QuestionNibbles, Bits, bytes and somehow a number! Pin
Steven Wybraniec19-Jul-07 6:15
Steven Wybraniec19-Jul-07 6:15 
AnswerRe: Nibbles, Bits, bytes and somehow a number! Pin
led mike19-Jul-07 6:24
led mike19-Jul-07 6:24 
AnswerRe: Nibbles, Bits, bytes and somehow a number! Pin
mid=574119-Jul-07 6:35
mid=574119-Jul-07 6:35 

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.