[mod_python] session lock

Graham Dumpleton grahamd at dscpl.com.au
Sun Apr 23 08:18:36 EDT 2006


On 23/04/2006, at 9:53 PM, yjfuk wrote:

> my envinment is apache2.0.55 + mod_python 3.2.2b
>
> in my web usually raise "Session unable to acquire mutex lock",why?  
> I store the session in the class.

Which operating system and version?

What does the mod_python startup message in the Apache error log file
say in regard to the number of session mutexes created. For example:

[Wed Mar 15 15:47:15 2006] [notice] mod_python: Creating 8 session  
mutexes based on 150 max processes and 0 max threads.

Is your Apache configured for prefork MPM or worker MPM?

Graham


More information about the Mod_python mailing list