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.

classification
Title: asyncore does not support epoll
Type: performance Stage:
Components: Library (Lib) Versions: Python 3.1, Python 3.2, Python 3.3, Python 2.7, Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: giampaolo.rodola, socketpair
Priority: normal Keywords:

Created on 2011-02-21 15:50 by socketpair, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg128966 - (view) Author: Марк Коренберг (socketpair) * Date: 2011-02-21 15:50
epoll support should be added. Big performance boost on large number of sockets.
msg128968 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2011-02-21 16:18
This is not easy to do. See:
http://bugs.python.org/issue6692
Closing out as duplicate.
History
Date User Action Args
2022-04-11 14:57:13adminsetgithub: 55483
2011-02-21 16:18:41giampaolo.rodolasetstatus: open -> closed

nosy: + giampaolo.rodola
messages: + msg128968

resolution: duplicate
2011-02-21 15:50:43socketpaircreate