09-19-05 10:54 PM
On Mon, 19 Sep 2005, dharana wrote:
> In "http://www.modpython.org/live/mod_python-3.2.2b/doc-html/node97.html"
you
> can read:
>
> The maximum number of mutexes mod_python uses for session locking can
> now be specifed at compile time using configure --with-max-locks.
>
>
> And what is the default value? Any recommendations about increasing this
> number for high-traffic sites?
I'd say that this should call for some scientific experimentation as it's
not clear to me at all how much 8 locks really is - for a very quick
session-locking request 8 might just be sufficient for a very high-volume
site. We'd need to make sure that the users understand that this is very
dependent on how the application is written, it's not like if you think
you have a high-volume site you should jack it up to 128.
Grisha
[ Post a follow-up to this message ]
|