Hannu Kotipalo hannu.kotipalo@iki.fi writes:
I think the main problem is (btw.. for most applications, there is no problem..) that unix files are opened and closed for every, even small ReadFile(). Doesn't it flush all buffers?
No, the problem is most likely that we have to do a round-trip to the wine server for each read. Fixing that is not trivial at all, and since it doesn't really impact most applications it's not a big priority.