reliable tcp server holding multiple connections

Erik Max Francis max at alcyone.com
Sat Nov 23 17:54:54 EST 2002


Wojtek Walczak wrote:

> Dnia Sat, 23 Nov 2002 16:37:07 GMT, djw napisa³(a):
>
> > Do you know about Medusa?
>
> Yes, but Medusa it a little bit large. I want to create small code,
> proof of concept. An educational example, nothing more.

The two primary modules in Medusa -- asyncore and asynchat -- are
already standard in the Python distribution.  For simple client-server
stuff, they're very lightweight and require no additional installation
to use.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ Said it? yep / Regret it? nope
\__/ Ice Cube
    EmPy / http://www.alcyone.com/pyos/empy/
 A system for embedding arbitrary Python in template text as markup.



More information about the Python-list mailing list