This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author grahamd
Recipients grahamd, ncoghlan
Date 2012-08-21.11:56:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345550195.32.0.618367529475.issue15751@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-08-21 11:56:35grahamdsetrecipients: + grahamd, ncoghlan
2012-08-21 11:56:35grahamdsetmessageid: <1345550195.32.0.618367529475.issue15751@psf.upfronthosting.co.za>
2012-08-21 11:56:34grahamdlinkissue15751 messages
2012-08-21 11:56:34grahamdcreate