Click here to Skip to main content
15,914,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to copy file much faster? Pin
kcynic18-Oct-07 22:07
kcynic18-Oct-07 22:07 
AnswerRe: How to copy file much faster? Pin
MarkusStr18-Oct-07 22:41
MarkusStr18-Oct-07 22:41 
GeneralRe: How to copy file much faster? Pin
kcynic19-Oct-07 19:59
kcynic19-Oct-07 19:59 
GeneralRe: How to copy file much faster? Pin
Matthew Faithfull18-Oct-07 22:53
Matthew Faithfull18-Oct-07 22:53 
GeneralRe: How to copy file much faster? Pin
kcynic19-Oct-07 20:00
kcynic19-Oct-07 20:00 
AnswerRe: How to copy file much faster? Pin
JudyL_MD19-Oct-07 2:44
JudyL_MD19-Oct-07 2:44 
GeneralRe: How to copy file much faster? Pin
Tydia-kun19-Oct-07 3:53
Tydia-kun19-Oct-07 3:53 
GeneralRe: How to copy file much faster? Pin
JudyL_MD19-Oct-07 4:01
JudyL_MD19-Oct-07 4:01 
Depends on how the program is written. If it is a series of CopyFile, CopyFile, CopyFile functions calls, I agree 100% with you. If however, the OP is doing things between each CopyFile call, this may speed his process up by _always_ having data at the HD level waiting to be written while the OPs other code is executing.

This is the kind of thing where you need to code it different ways and measure each ways performance in different source files / target disks scenarios. Sometimes you just have to say "sorry, hard drives are slow - you've just got to wait." That's why they made a wait cursor.

Judy

GeneralRe: How to copy file much faster? Pin
Tydia-kun19-Oct-07 4:05
Tydia-kun19-Oct-07 4:05 
GeneralRe: How to copy file much faster? Pin
kcynic19-Oct-07 20:01
kcynic19-Oct-07 20:01 
Questionneed an approach. Pin
narayanagvs18-Oct-07 21:40
narayanagvs18-Oct-07 21:40 
AnswerRe: need an approach. Pin
Nelek18-Oct-07 21:59
protectorNelek18-Oct-07 21:59 
GeneralRe: need an approach. Pin
Matthew Faithfull18-Oct-07 23:26
Matthew Faithfull18-Oct-07 23:26 
Questiondelete this Pin
George_George18-Oct-07 21:10
George_George18-Oct-07 21:10 
AnswerRe: delete this Pin
jhwurmbach18-Oct-07 21:40
jhwurmbach18-Oct-07 21:40 
GeneralRe: delete this Pin
Sameerkumar Namdeo18-Oct-07 22:03
Sameerkumar Namdeo18-Oct-07 22:03 
GeneralRe: delete this Pin
George_George18-Oct-07 23:01
George_George18-Oct-07 23:01 
AnswerRe: delete this Pin
Roger Stoltz18-Oct-07 22:08
Roger Stoltz18-Oct-07 22:08 
GeneralRe: delete this Pin
George_George18-Oct-07 22:59
George_George18-Oct-07 22:59 
GeneralRe: delete this Pin
Roger Stoltz18-Oct-07 23:09
Roger Stoltz18-Oct-07 23:09 
GeneralRe: delete this Pin
George_George19-Oct-07 3:52
George_George19-Oct-07 3:52 
QuestionDllMain Pin
George_George18-Oct-07 20:53
George_George18-Oct-07 20:53 
AnswerRe: DllMain Pin
aks.18-Oct-07 22:00
aks.18-Oct-07 22:00 
GeneralRe: DllMain Pin
George_George18-Oct-07 22:40
George_George18-Oct-07 22:40 
GeneralRe: DllMain Pin
Matthew Faithfull18-Oct-07 22:58
Matthew Faithfull18-Oct-07 22:58 

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.