a simple tcp server sample

Paul Rubin http
Wed Nov 7 15:43:20 EST 2007


Tzury Bar Yochay <Afro.Systems at gmail.com> writes:
> In my case I need a simple server that can serve more than one client.
> I couldn't find an example on how to do that and be glad to get a hint.

See the SocketServer module, both the documentation and the source code.



More information about the Python-list mailing list