On Apr 2, 1:26 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:

> It did *not* say that it supports every existing, more powerful and
> generally better asynchronous mechanism supported by any OS out there.
> Even though it would certainly be nice if it did :)

Python's standard library should have an asynch module that uses aio
on Linux and i/o completion ports on Windows. It should work with
files and tcp sockets alike.



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to