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 sbt
Recipients neologix, sbt
Date 2013-01-06.13:12:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357477965.09.0.620811506721.issue16873@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-01-06 13:12:45sbtsetrecipients: + sbt, neologix
2013-01-06 13:12:45sbtsetmessageid: <1357477965.09.0.620811506721.issue16873@psf.upfronthosting.co.za>
2013-01-06 13:12:45sbtlinkissue16873 messages
2013-01-06 13:12:45sbtcreate