Graham Dumpleton (JIRA) wrote:
[ http://issues.apache.org/jira/browse/MODPYTHON-202?page=comments#action_12448585 ]
Graham Dumpleton commented on MODPYTHON-202:
--------------------------------------------
A configuration option can possibly be modelled off how the AcceptMutex
directive for Apache works. Ie:
http://httpd.apache.org/docs/2.2/mod/mpm_common.html#acceptmutex
Would just need to decide whether we do it as a PythonOption or introduce a new
directive instead.
We seem to be going pretty far down the road with PythonOption and our
new namespace, so I'm inclined to stick with that, unless there is some
sort of performance implication.
Jim