Fast File Write with overlapped IO

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi i was looking the last few days a way to write binary files in a fast way (10 MBps and higher).when i tried using FileStream it slowed me down and my application failed.Even when i tried to use async file writing it didnt seem to improve.
I am looking for a mechanism in c# which is aquivalent to c++ overlapped IO (usin ght ewritefile method).
Does anyone knows where can i find it?
<hr class="sig c#/c++ developer

View the full article
 
Back
Top