Asynchronous File I/O in .NET
Posted
by uno
on Stack Overflow
See other posts from Stack Overflow
or by uno
Published on 2010-05-04T01:03:52Z
Indexed on
2010/05/04
1:08 UTC
Read the original article
Hit count: 210
c#
I followed the example at this link, Async I/O). The example works on my local machine. However when I deploy to my test machine - Windows Server 2003, It seems to work on 24 files and then the application stops. Procmon shows that its working on 24 files and then there is no data.
My local machine is Windows XP.
The question is why would this behave this drastically between XP and Windows 2003
© Stack Overflow or respective owner