[issue16873] increase epoll.poll() maxevents default value, and improve documentation

Richard Oudkerk report at bugs.python.org
Sun Jan 6 14:12:45 CET 2013


Richard Oudkerk added the comment:

Is this actually a problem?

If events are arranged in a queue and epoll_wait() just removes the oldest events (up to maxevents) from that queue then there would be no problem with using a small value for maxevents.

I don't *know* if that is the case, but I would consider epoll to be broken if it does not do something similar.

----------
nosy: +sbt

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


More information about the Python-bugs-list mailing list