This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients gvanrossum, neologix, python-dev, vstinner
Date 2014-02-11.08:07:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM23oi0MALAVS+L_aw-dfqec=Mizs72a5jPNjajTgvhvJA@mail.gmail.com>
In-reply-to <1392055944.61.0.662212742032.issue20505@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2014-02-11 08:07:03neologixsetrecipients: + neologix, gvanrossum, vstinner, python-dev
2014-02-11 08:07:03neologixlinkissue20505 messages
2014-02-11 08:07:02neologixcreate