]> granicus.if.org Git - apache/commitdiff
Fall back to USE_FCNTL_SERIALIZED_ACCEPT for Solaris. It's foolish us
authordgaudet <dgaudet@unknown>
Tue, 3 Mar 1998 01:21:56 +0000 (01:21 +0000)
committerdgaudet <dgaudet@unknown>
Tue, 3 Mar 1998 01:21:56 +0000 (01:21 +0000)
wasting resources trying to solve what may end up being bugs in solaris.

PR: 1779, 1854, 1904

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80364 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/perf-tuning.html

index 19d5effd814ef1e10818a2336058706c6bbf9192..264b5ae27b15cc25003648f2530b711839fcf6ad 100644 (file)
@@ -371,8 +371,10 @@ webserver with <CODE>-DUSE_USLOCK_SERIALIZED_ACCEPT</CODE> on the
 <DT><CODE>USE_PTHREAD_SERIALIZED_ACCEPT</CODE>
 <DD>(1.3 or later) This method uses POSIX mutexes and should work on
 any architecture implementing the full POSIX threads specification,
-however appears to only work on Solaris (2.5 or later).  This is the
-default for Solaris 2.5 or later.
+however appears to only work on Solaris (2.5 or later), and even then
+only in certain configurations.  If you experiment with this you should
+watch out for your server hanging and not responding.  Static content
+only servers may work just fine.
 </DL>
 
 <P>If your system has another method of serialization which isn't in the