View Single Post
Old 05-21-2003, 04:34 PM  
darkone
Disabled
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

This is actually oddity in windows code. Reads from network mounts are never asynchronous with ReadFile() - and ReadFileEx() is very inefficient in many cases. Such behaviour causes problems with programs that don't have dedicated thread for each transfer.
darkone is offline