socket examples

Fredrik Lundh fredrik at pythonware.com
Tue Jan 24 05:11:48 EST 2006


"le dahut" wrote:

> I've read the Gordon McMillan's "Socket Programming HOWTO" and I'm
> looking for other documents that show examples on how to write a socket
> server that can answer multiple clients at the same time.
> Does someone know where I can find those documents/tutorials ?

see

    http://effbot.org/tag/python.asyncore
    http://effbot.org/tag/python.asynchat

or google for "twisted".

</F>






More information about the Python-list mailing list