reliable tcp server holding multiple connections

djw dwelch91 at nospam.attbi.com
Sat Nov 23 11:37:07 EST 2002


Wojtek Walczak wrote:
> Hi,
> 
> I'm trying to write a skeleton of a TCP server able to hold multiple
> connections. The code is here:
>     <http://gminick.linuxsecurity.pl/pliki/old/tools/multi_serv.py>
> It works nice, but I'm sure, there're dozens of small, hard to see
> and to think about bugs, and I want you to help me in tracing them ;)
> Why I'm doing this? Since it's hard to find such an example in 
> c.u.py archives. In howtos and documentation you'll find nothing
> but some simple single server examples. I want to create a point of
> reference to well-written TCP server (holding multiple connections),
> but it's almost impossible without your participation :)
> 
> ps. I know about SocketServer ;)
> 

Do you know about Medusa?

http://oedipus.sourceforge.net/medusa/

/d/





More information about the Python-list mailing list