embeddable Python web server (was 'derived from CGIHTTPServer.py')
Moshe Zadka
moshez at math.huji.ac.il
Sun Feb 20 00:32:43 EST 2000
More information about the Python-list mailing list
Sun Feb 20 00:32:43 EST 2000
- Previous message (by thread): embeddable Python web server (was 'derived from CGIHTTPServer.py')
- Next message (by thread): embeddable Python web server (was 'derived from CGIHTTPServer.py')
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.... -- Moshe Zadka <mzadka at geocities.com>. INTERNET: Learn what you know. Share what you don't.
- Previous message (by thread): embeddable Python web server (was 'derived from CGIHTTPServer.py')
- Next message (by thread): embeddable Python web server (was 'derived from CGIHTTPServer.py')
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list