Message 168759 - Python tracker
Message168759
| 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: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 | |