Re: [users@httpd] Understanding Apache Mutex directive.

2014-09-07 Thread dE
On 09/04/14 21:55, Mike Rumph wrote: Hi. I was reading this -- http://httpd.apache.org/docs/trunk/mod/core.html#mutex Before we continue, I would like to clarify another doubt that I have. There's a 'mutex mechanism' and then there's a 'mutex name'. What's the difference? The 'mutex

Re: [users@httpd] Understanding Apache Mutex directive.

2014-09-04 Thread Mike Rumph
Hi. I was reading this -- http://httpd.apache.org/docs/trunk/mod/core.html#mutex Before we continue, I would like to clarify another doubt that I have. There's a 'mutex mechanism' and then there's a 'mutex name'. What's the difference? The 'mutex mechanism' is the means by which the m

Re: [users@httpd] Understanding Apache Mutex directive.

2014-09-04 Thread dE
On 09/03/14 22:26, Mike Rumph wrote: Hello dE, I can only give you my own interpretation of this document. First of all the Mutex directive in Apache httpd 2.4.x replaces several different directives from Apache httpd 2.2.x. The SVN commit for this is 883540. - http://svn.apache.org/viewvc?vi

Re: [users@httpd] Understanding Apache Mutex directive.

2014-09-03 Thread Mike Rumph
Hello dE, I can only give you my own interpretation of this document. First of all the Mutex directive in Apache httpd 2.4.x replaces several different directives from Apache httpd 2.2.x. The SVN commit for this is 883540. - http://svn.apache.org/viewvc?view=revision&revision=883540 The phras

[users@httpd] Understanding Apache Mutex directive.

2014-09-02 Thread dE
Hi. I was reading this -- http://httpd.apache.org/docs/trunk/mod/core.html#mutex Quoting what's written here -- Specify |default| as the first argument to change the settings for all mutexes As we know mutex is a mechanism; it appears Apache has settings for each mutex it implements. specif