Asynchronous File I/O in .NET
- by uno
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