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 pitrou
Recipients David Hirschfeld, paul.moore, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-11-17.17:25:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479403507.19.0.916707050465.issue28708@psf.upfronthosting.co.za>
In-reply-to
Content
> To implement an efficient event loop, IOCP is the way to do: the asyncio module supports it using ProactorEventLoop.

Not everyone uses asyncio, though, so it would still be nice to see the select() limit raised anyway.

Implementing your own event loop using IOCP is a hard exercise, much harder than getting something to work with select().
History
Date User Action Args
2016-11-17 17:25:07pitrousetrecipients: + pitrou, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, David Hirschfeld
2016-11-17 17:25:07pitrousetmessageid: <1479403507.19.0.916707050465.issue28708@psf.upfronthosting.co.za>
2016-11-17 17:25:07pitroulinkissue28708 messages
2016-11-17 17:25:07pitroucreate