Multiple (threaded?) connections to BaseHTTPServer

Adam Atlas adam at atommic.com
Tue Aug 23 21:05:43 EDT 2005


Never mind... I've found a workable solution:
http://mail.python.org/pipermail/python-list/2001-August/062214.html

Robert, thanks, I'll still check that out for any future projects; but
for my current purpose, it seems overkill. But I don't know for sure;
assuming BaseHTTPServer is good enough for my current needs aside from
its lack of threading, does PooledThreadedServer have any advantages
over the method I linked above?

- Adam




More information about the Python-list mailing list