[Python-Dev] asyncore fixes in Python 2.6 broke Zope's version of medusa

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Mar 5 21:39:58 CET 2009


Neil Schemenauer wrote:

> What I would like to see is a module that provides a low-level API
> for doing cross-platform asynchronous IO.  The two necessary parts
> are:
> 
>     * a wrapper that allows non-blocking reads and writes on
>       channels (sockets, file descriptors, serial ports, etc) 
> 
>     * a select() or epoll like interface that allows waiting on
>       multiple channels

+1

-- 
Greg


More information about the Python-Dev mailing list