[Python-Dev] epoll implementation (original) (raw)
Ross Cohen rcohen at snurgle.org
Sat May 27 00:46:51 CEST 2006
- Previous message: [Python-Dev] epoll implementation
- Next message: [Python-Dev] epoll implementation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, May 26, 2006 at 11:43:05PM +0200, Ronald Oussoren wrote:
>Ok, I'm not familiar with intimate details of kqueue. However, if >there >were a select.poll implementation based on kqueue, it would still >be an >improvement, since there isn't any implementation on OS X right now.
Huh? osx support poll just fine, at least in recent versions. 10.3's poll is slightly broken, the one on 10.4 works fine (AFAIK).
I'm probably not up to date. All I could find reference to was that poll() on 10.3 is emulated using select().
Ross
- Previous message: [Python-Dev] epoll implementation
- Next message: [Python-Dev] epoll implementation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]