ReadFile speedup

Alexandre Julliard julliard at winehq.com
Wed Nov 13 10:32:58 CST 2002


Hannu Kotipalo <hannu.kotipalo at 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.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list