Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: Weird delay when writing a file Pin
Richard Andrew x6418-Apr-10 14:23
professionalRichard Andrew x6418-Apr-10 14:23 
GeneralRe: Weird delay when writing a file Pin
Not Active18-Apr-10 14:32
mentorNot Active18-Apr-10 14:32 
GeneralRe: Weird delay when writing a file Pin
Richard Andrew x6418-Apr-10 14:35
professionalRichard Andrew x6418-Apr-10 14:35 
GeneralRe: Weird delay when writing a file Pin
Not Active18-Apr-10 14:40
mentorNot Active18-Apr-10 14:40 
GeneralRe: Weird delay when writing a file Pin
Richard Andrew x6418-Apr-10 14:44
professionalRichard Andrew x6418-Apr-10 14:44 
GeneralRe: Weird delay when writing a file Pin
svanwass18-Apr-10 14:56
svanwass18-Apr-10 14:56 
GeneralRe: Weird delay when writing a file Pin
Not Active18-Apr-10 15:05
mentorNot Active18-Apr-10 15:05 
AnswerRe: Weird delay when writing a file Pin
Not Active18-Apr-10 14:35
mentorNot Active18-Apr-10 14:35 
Have you trying just using File.Copy to see if there is any difference? It does basically the same thing but it may be something to test. Otherwise I'd say it's just the process of finalizing the writing of a large file, nothing you're going to solve without stepping into the unmanaged realm.

I know the language. I've read a book. - _Madmatt

GeneralRe: Weird delay when writing a file Pin
svanwass18-Apr-10 14:56
svanwass18-Apr-10 14:56 
GeneralRe: Weird delay when writing a file Pin
Not Active18-Apr-10 15:01
mentorNot Active18-Apr-10 15:01 
GeneralRe: Weird delay when writing a file Pin
svanwass18-Apr-10 15:08
svanwass18-Apr-10 15:08 
GeneralRe: Weird delay when writing a file Pin
Not Active18-Apr-10 15:12
mentorNot Active18-Apr-10 15:12 
GeneralRe: Weird delay when writing a file Pin
svanwass18-Apr-10 15:18
svanwass18-Apr-10 15:18 
GeneralRe: Weird delay when writing a file Pin
Not Active18-Apr-10 15:33
mentorNot Active18-Apr-10 15:33 
GeneralRe: Weird delay when writing a file Pin
svanwass18-Apr-10 15:44
svanwass18-Apr-10 15:44 
GeneralRe: Weird delay when writing a file Pin
svanwass18-Apr-10 15:02
svanwass18-Apr-10 15:02 
GeneralRe: Weird delay when writing a file Pin
Not Active18-Apr-10 15:07
mentorNot Active18-Apr-10 15:07 
AnswerRe: Weird delay when writing a file Pin
NavnathKale19-Apr-10 0:13
NavnathKale19-Apr-10 0:13 
GeneralRe: Weird delay when writing a file Pin
svanwass19-Apr-10 10:33
svanwass19-Apr-10 10:33 
AnswerRe: Weird delay when writing a file Pin
Gonzoox19-Apr-10 3:04
Gonzoox19-Apr-10 3:04 
GeneralRe: Weird delay when writing a file Pin
svanwass19-Apr-10 10:30
svanwass19-Apr-10 10:30 
QuestionWhile Loop Question Pin
dwayne270018-Apr-10 11:58
dwayne270018-Apr-10 11:58 
AnswerRe: While Loop Question [modified] Pin
Richard Andrew x6418-Apr-10 13:42
professionalRichard Andrew x6418-Apr-10 13:42 
GeneralRe: While Loop Question Pin
harold aptroot18-Apr-10 14:11
harold aptroot18-Apr-10 14:11 
GeneralRe: While Loop Question Pin
dwayne270018-Apr-10 14:47
dwayne270018-Apr-10 14:47 

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.