Apache Mod-Python - Created: (MODPYTHON-145) Make number of mutex locks

This is Interesting: Free IT Magazines  
Home > Archive > Apache Mod-Python > March 2006 > Created: (MODPYTHON-145) Make number of mutex locks





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Created: (MODPYTHON-145) Make number of mutex locks
Jim Gallacher (JIRA)

2006-03-11, 5:46 pm

Make number of mutex locks configurable at apache startup
---------------------------------------------------------

Key: MODPYTHON-145
URL: http://issues.apache.org/jira/browse/MODPYTHON-145
Project: mod_python
Type: New Feature
Components: core
Versions: 3.3
Reporter: Jim Gallacher
Assigned to: Jim Gallacher
Priority: Minor


The number of locks can already be specified at compile time usine ./configure --with-max-locks=value
For completeness, the maximum number of mutex locks created by python_init should be configurable via a PythonOption. The number of locks will only be set if the PythonOption directive appears in the server context. Any other context will be ignored.

PythonOption mod_python.mutex_locks value

The implementation of this will be similar to the code required for http://issues.apache.org/jira/browse/MODPYTHON-131.

The number of locks can already be specified at compile time usine ./configure --with-max-locks=value

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com