From: Rich Bowen Date: Tue, 12 Jan 2016 16:07:51 +0000 (+0000) Subject: Applying Luca's patch from bz 58744 X-Git-Tag: 2.4.19~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c2ec7101071b9e97dacb3b7e68e0afb91d42289;p=apache Applying Luca's patch from bz 58744 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1724267 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index fdb5f8aee1..44ff586a93 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3236,10 +3236,10 @@ or specified mutexes holding a mutex that uses this implementation, the server will deadlock and stop responding to requests. When this occurs, the server will require a manual restart to recover.

-

Solaris is a notable exception as it provides a mechanism which +

Solaris and Linux are notable exceptions as they provide a mechanism which usually allows the mutex to be recovered after a child process terminates abnormally while holding a mutex.

-

If your system implements the +

If your system is POSIX compliant or if it implements the pthread_mutexattr_setrobust_np() function, you may be able to use the pthread option safely.