G
Guest
Is there any way to perform the open of a .NET 1.1 FileStream object
asynchrously? My app must open hundreds of files, and I need to reduce the
"blocked" time waiting for these opens to complete. I've considered
performing the open on a separate thread, but that gets complicated in a
hurry.
BTW: I know there is a way to open a FileStream so that it supports async
reads/writes. But that's not what I need to do... I want to perform the open
of the filestream asynchronously, and then perform synchronous reads/writes.
Thanks!
D
asynchrously? My app must open hundreds of files, and I need to reduce the
"blocked" time waiting for these opens to complete. I've considered
performing the open on a separate thread, but that gets complicated in a
hurry.
BTW: I know there is a way to open a FileStream so that it supports async
reads/writes. But that's not what I need to do... I want to perform the open
of the filestream asynchronously, and then perform synchronous reads/writes.
Thanks!
D