[PATCH 4/5] server: Added server side mamed pipe read and write implementation and use it for message mode pipes.

Alexandre Julliard julliard at winehq.org
Tue Feb 28 11:18:55 CST 2017


Jacek Caban <jacek at codeweavers.com> writes:

> Back to the current patch, it just uses currently available mechanisms
> to achieve the task and it seems to work well. As I described earlier, I
> could implement that without APCs for immediate result, but we would
> still need some notification to server that data has been completely
> transferred. If we want to do it that way, the cleanest solution IMO
> would be a new server call done by clients in server_*_file() functions
> called for immediate results after setting iosb fields and receiving
> data. Would you prefer that?

That would certainly be better than write_process_memory, yes. But we
can go with APCs for now.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list