Summary of threading for experienced non-Python programmers?

sturlamolden sturlamolden at yahoo.no
Wed Apr 2 19:04:14 EDT 2008


On Apr 2, 1:26 am, "Diez B. Roggisch" <de... at nospam.web.de> 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.






More information about the Python-list mailing list