[Python-Dev] epoll implementation (original) (raw)
Ross Cohen rcohen at snurgle.org
Thu May 25 21:41:15 CEST 2006
- Previous message: [Python-Dev] Import hooks falling back on built-in import machinery?
- Next message: [Python-Dev] A Horrible Inconsistency
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I wrote an epoll implementation which can be used as a drop-in replacement for parts of the select module (assuming the program is using only poll). The code can currently be used by doing:
import epoll as select
It was released under the Python license on sourceforge: http://sourceforge.net/projects/pyepoll
Is there any interest in incorporating this into the standard python distribution?
Ross
- Previous message: [Python-Dev] Import hooks falling back on built-in import machinery?
- Next message: [Python-Dev] A Horrible Inconsistency
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]