a simple tcp server sample
Erik Jones
erik at myemma.com
Wed Nov 7 14:42:18 EST 2007
On Nov 7, 2007, at 12:54 PM, Tzury Bar Yochay wrote:
> hi, the following sample (from docs.python.org) is a server that can
> actually serve only single client at a time.
>
> 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.
>
> Thanks in advance
That's when it stops being simple. You'll need to spawn threads or
fork off separate processes to do that.
Erik Jones
Software Developer | Emma®
erik at myemma.com
800.595.4401 or 615.292.5888
615.292.0777 (fax)
Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com
More information about the Python-list
mailing list