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 mechanism' is the means by which the mutex is accomplished.
The technology that is used to single-thread the usage of a resource.
The 'mutex name' is the type of resource that is being single-threaded.
This is the usage or purpose of the mutex.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
Yes, that was the missing recipe. Now I understand this completely.
Thanks!
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org