Message168759
Just to clarify. One can still tell WSGI applications under mod_wsgi to run in the main interpreter and in that case modules using PyGILState* do work. By default though, sub interpreters are used as noted.
The mechanism for forcing use of main interpreter is the directive:
WSGIApplicationGroup %{GLOBAL}
Some details about this issue can be found in:
http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Python_Simplified_GIL_State_API |
|
Date |
User |
Action |
Args |
2012-08-21 11:56:35 | grahamd | set | recipients:
+ grahamd, ncoghlan |
2012-08-21 11:56:35 | grahamd | set | messageid: <1345550195.32.0.618367529475.issue15751@psf.upfronthosting.co.za> |
2012-08-21 11:56:34 | grahamd | link | issue15751 messages |
2012-08-21 11:56:34 | grahamd | create | |
|