[Tutor] Networking

Evert Rol evert.rol at gmail.com
Fri Oct 15 07:06:38 CEST 2010


>>> But what if I want it to serve one client, go to another and then go back.
>>> How does that work?
> 
> You do some I/O multi-plexing or multi-processing/threading.
> 
> You might want to do some reading on this.

The very last example on http://docs.python.org/library/socketserver.html may help you.
Or perhaps the asyncore/asynchat modules.

  Evert



More information about the Tutor mailing list