[Web-SIG] WSGI multi threading indications?

Foobar BazBaz foobarbazbaz at yahoo.com
Mon Jan 8 17:38:19 CET 2007


I'm using wsgiref.simple_server running behind Apache.
(Created using wsgiref.simple_server.make_server)

I see:
  wsgi.multiprocess is False
  wsgi.multithread is True
  wsgi.run_once	 is False

I'm surprised by the value of multithread, since it
appears
(and looking at the code seems to verify) that
additional
threads are never created; i.e. the server
synchronously
handles one request at a time.

Am I missing something?  It there a better choice for
an out-of-the box server to work in an WSGI
environment?

Thanks,
Steve


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Web-SIG mailing list