Message168742
Currently, modules that use the PyGILState* APIs cannot be used with mod_wsgi, as mod_wsgi uses the subinterpreter support.
Graham Dumpleton and I spent some time discussing this at PyCon AU 2012, and we believe that the incompatibility can be resolved with a single API in the core: a function that mod_wsgi can call to set the interpreter used by the GIL state APIs to implicitly create new thread states.
This is still only a seed of an idea (and it's entirely possible we've missed something), but it's a place to start in resolving this longstanding incompatibility. |
|
Date |
User |
Action |
Args |
2012-08-21 05:18:21 | ncoghlan | set | recipients:
+ ncoghlan |
2012-08-21 05:18:21 | ncoghlan | set | messageid: <1345526301.75.0.455071650321.issue15751@psf.upfronthosting.co.za> |
2012-08-21 05:18:00 | ncoghlan | link | issue15751 messages |
2012-08-21 05:18:00 | ncoghlan | create | |
|