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

Michael Ströder michael.stroeder at inka.de
Sat Feb 19 15:13:24 EST 2000


yFrank Sergeant wrote:
> 
> Michael Ströder <michael.stroeder at inka.de> writes:
> 
> > But there are open issues:
> >
> > SimpleHTTPServer is based on SocketServer and
> > [python-doc]/lib/module-SocketServer.html says:
> >
> > "These four classes process requests synchronously; each request
> > must be completed before the next request can be started."
> 
> Sorry, no.  I realize that my approach handles the requests
> serially.  I think this will be sufficient for my purposes, but
> I am looking forward stress testing it at some point.

I will try out using threads. If I'm successful the code will also
appear on http://web2ldap.de/.

Ciao, Michael.



More information about the Python-list mailing list