Antoine Pitrou <pit...@free.fr> added the comment: A solution could be to use overlapped I/O on the named pipe handles. The first poll() would call ReadFile() with a tiny value (1?) and store an object wrapping the OVERLAPPED structure. Subsequent poll() or recv() would re-use that structure until the overlapped read succeeds. The hEvent in the OVERLAPPED structure should be usable in WFMO fine.
---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11668> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com