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 vstinner
Recipients bboneva, vstinner
Date 2017-09-28.14:38:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506609507.66.0.466225441844.issue31610@psf.upfronthosting.co.za>
In-reply-to
Content
> Better alternative will be to use poll or epoll even.

epoll requires mulitple system calls, whereas the selector seems to only be used only once in most cases, no?

Anyway, maybe selectors.DefaultSelector can be used here?

About poll(): be aware of macOS issues with poll() :-/
History
Date User Action Args
2017-09-28 14:38:27vstinnersetrecipients: + vstinner, bboneva
2017-09-28 14:38:27vstinnersetmessageid: <1506609507.66.0.466225441844.issue31610@psf.upfronthosting.co.za>
2017-09-28 14:38:27vstinnerlinkissue31610 messages
2017-09-28 14:38:27vstinnercreate