embeddable Python web server (was 'derived from CGIHTTPServer.py')

Michael Ströder michael.stroeder at inka.de
Tue Feb 22 02:44:04 EST 2000


Moshe Zadka wrote:
> 
> On Sat, 19 Feb 2000, Michael [iso-8859-1] Ströder wrote:
> 
> > Moshe Zadka wrote:
> > > Yep. Medusa is only syntactic sugar for a raw select(), which tends to
> > > make your code inside-out (so to speak). If you want to do it simply,
> > > consider mixing in ThreadingTCPServer and do it in threads.
> >
> > But if I use threads I don't have to use Medusa at all...
> 
> That was the idea....

Using threads was just adding a few more lines. :-)

Ciao, Michael.



More information about the Python-list mailing list