asyncore / asynchat
- "There's no question that the fastest sockets code uses non-blocking sockets and select to multiplex them. You can put together something that will saturate a LAN connection without putting any strain on the CPU."
-- Gordon McMillan
- Socket Programming HOWTO
== Examples:
Asyncore example in the Python docs: http://docs.python.org/lib/asyncore-example.html
Python docs do not have a complete asynchat example. A better example (server side) is in this book: http://effbot.org/librarybook/asynchat.htm