[PATCH 03/13] server: Introduced server-side I/O mode for named pipes.

Jacek Caban jacek at codeweavers.com
Wed Mar 15 17:25:38 CDT 2017


Currently it's conrtolled by use_server_io() function, which always
returns false. Once server-side implementation is as complete as current
socket-based implementation, the function will be changed to use that
for message mode pipes. Long term the plan is to use it for all pipe
types. It requires a few small patches on top of this series, but I
think it should wait for message mode to settle in the tree and probably
performance should be improved first.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
 server/named_pipe.c | 45 +++++++++++++++++++++++++++++++++++----------
 1 file changed, 35 insertions(+), 10 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-server-Introduced-server-side-I-O-mode-for-named-pipe.diff
Type: text/x-patch
Size: 4203 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20170315/ab474c38/attachment.bin>


More information about the wine-patches mailing list