[issue20505] Remove resolution from selectors and granularity from asyncio

Charles-François Natali report at bugs.python.org
Tue Feb 11 09:07:03 CET 2014


Charles-François Natali added the comment:

Wow, 10 messages in one night...
Could you try to gather all your finding at once, because reading so many
messages in difficult to follow?

> GetQueuedCompletionStatus(1 ms)->None took 0.307 ms (monotonic: 0.000 ms)

So basically, on Windows, select(1ms) can be non-blocking?

If yes, this OS is even more broken than I thought, and using the
granularity (in asyncio :-) is fine.

----------

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


More information about the Python-bugs-list mailing list