On Fri 22. November 2002 09:47, Martin Wilck wrote:
This should work. The IO is currently not truly asynchronous, though - but with SleepEx() all should be fine.
Which debug switches wold be usefull to trace this?
trace+file,trace+server
I've attached the interesting section of the resulting trace file. Maybe you see, what's going on. The programs reads a file with 21517 bytes length. After fetching five blocks of 4096 bytes correctly, it reads the remaining 1037 bytes. But it does not stop! It reads this last file block continuously.