Antoine Pitrou added the comment:

> 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().

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28708>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to