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 onchannels (sockets, file descriptors, serial ports, etc)* a select() or epoll like interface that allows waiting on multiple channels
+1 -- Greg _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
