Kristján Valur Jónsson <krist...@ccpgames.com> added the comment:

I don't think it is necessary to have the initial call to PeekNamedPipe.  It is 
a kernel call just like WFMO and so just as expensive.  It also has some 
strange semantics, (such as being possibly blocking in a multithreaded 
application.  read the docs...).  Just go for the WFMO to keep things simple.

----------

_______________________________________
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

Reply via email to