[Web-SIG] wsgiref and wsgi.multithread/wsgi.multiprocess

Titus Brown titus at caltech.edu
Fri Feb 9 08:54:01 CET 2007


Hi folks,

I just ran into an interesting sanity check problem, and I was hoping
you could all cross-check *my* sanity.

Should the WSGI environ variables 'wsgi.multithread' and
'wsgi.multiprocess' be set to 'True' in
wsgiref.simple_server.WSGIServer?

They are, currently, but I see no indication in WSGIServer
(inheriting from BaseHTTPServer.HTTPServer) of multithreadedness
or multiprocessedness.

thanks,
--titus


More information about the Web-SIG mailing list