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 neologix, pitrou, sbt
Date 2013-01-06.14:53:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357484037.8.0.177111704303.issue16873@psf.upfronthosting.co.za>
In-reply-to
Content
> 3) use a simple heuristic: start with a reasonable value for
> `maxevents` (FD_SETSIZE seems like a good candidate), and if
> epoll_wait() ever returns `maxevents` events, double the value (that's
> what libevent does, with a capping to 32000).

What if some events are edge-triggered?
History
Date User Action Args
2013-01-06 14:53:57pitrousetrecipients: + pitrou, neologix, sbt
2013-01-06 14:53:57pitrousetmessageid: <1357484037.8.0.177111704303.issue16873@psf.upfronthosting.co.za>
2013-01-06 14:53:57pitroulinkissue16873 messages
2013-01-06 14:53:57pitroucreate