You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should add to 'mod_wsgi' module the variables:
process_group
application_group
This is so imported modules can determine if they should enable features
that may only work in or out of main Python interpreter, or only in Apache
child processes or daemon processes.
Possibly should also add:
multithread
multiprocess
run_once
By rights there should be a standard 'wsgi' module but WSGI specification
doesn't require such a thing when it really should.
Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 28 Aug 2007 at 1:30
The text was updated successfully, but these errors were encountered:
Technically can't add multithread, multiprocess and run_once as one could for a
specific URL subset make it look
different to what server as a whole may be using.
Original comment by Graham.Dumpleton@gmail.com on 6 Sep 2008 at 11:09
Original issue reported on code.google.com by
Graham.Dumpleton@gmail.com
on 28 Aug 2007 at 1:30The text was updated successfully, but these errors were encountered: