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 _______________________________________________ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com