Multiple (threaded?) connections to BaseHTTPServer

Adam Atlas adam at atommic.com
Tue Aug 23 20:45:44 EDT 2005


Is there any built-in way for BaseHTTPServer to handle multiple
connections at once, e.g. with threads? If not, can this existing
module be easily extended to do this, or will I have to do lower-level
socket things (and probably thus have to write my own HTTP code)?

Thanks.

Adam




More information about the Python-list mailing list