[Python-ideas] Tulip / PEP 3156 event loop implementation question: CPU vs. I/O starvation (original) (raw)
Guido van Rossum guido at python.org
Sat Jan 12 19:29:30 CET 2013
- Previous message: [Python-ideas] Tulip / PEP 3156 event loop implementation question: CPU vs. I/O starvation
- Next message: [Python-ideas] Windows assistance for PEP 432 (CPython startup sequence)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks all! It is clear what to do now. Run all those handlers that are currently ready but not those added during this run.
-- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130112/00708b93/attachment.html>
- Previous message: [Python-ideas] Tulip / PEP 3156 event loop implementation question: CPU vs. I/O starvation
- Next message: [Python-ideas] Windows assistance for PEP 432 (CPython startup sequence)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]