[issue949667] setblocking() method on file objects

Tim Golden report at bugs.python.org
Mon Aug 9 19:45:43 CEST 2010


Tim Golden <mail at timgolden.me.uk> added the comment:

There are at least two ways to do non-blocking file IO on Windows:

Overlapped I/O
I/O Completion ports

Don't know what's best here, but happy to see what might be achieved
if it was thought worth pursuing.

----------
nosy: +tim.golden

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue949667>
_______________________________________


More information about the Python-bugs-list mailing list