Le 19/09/2011 14:35, Bernhard Loos a écrit :
This patch should fix the problem: http://source.winehq.org/patches/data/79042 I switched it back to use nonoverlapped named pipe functions, as only the ConnectNamedPipe operation actually needs the overlapped mode, so I used a dedicated thread for it. The other option would be to create the overlapped completation event for each read/write operation, but this would result in a lot more overhead. Bernhard
Hello.
See the patch I sent on Friday. I guess now it's Alexandre choice between the two solutions.
Regards. Jérôme.