Closed GoogleCodeExporter closed 9 years ago
There are no known issues with Python 2.4.
The error message you saw of 'Daemon process deadlock timer expired, stopping
process 'moin' likely indicates a third party C extension you are using is not
designed properly to use Python sub interpreters. In other words it is using
simplified GIL API, the use of which will deadlock in sub interpreters.
As a workaround you can usually set:
WSGIApplicationGroup %{GLOBAL}
to force the use of main interpreter.
This issue is documented in:
http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Python_Simplified_GIL_State_API
Original comment by Graham.Dumpleton@gmail.com
on 9 Mar 2012 at 1:18
Graham,
That could be it. Unfortunately I already upgraded the server to python 2.6
(which also seems to resolve this), so I can't easily test your workaround.
Thanks for the hint!
Regards,
Rik
Original comment by rik.th...@gmail.com
on 18 Mar 2012 at 8:11
Closing with no action being taken.
Original comment by Graham.Dumpleton@gmail.com
on 19 Mar 2012 at 10:32
Original issue reported on code.google.com by
rik.th...@gmail.com
on 8 Mar 2012 at 3:34