From: dgaudet Date: Tue, 3 Mar 1998 01:21:56 +0000 (+0000) Subject: Fall back to USE_FCNTL_SERIALIZED_ACCEPT for Solaris. It's foolish us X-Git-Tag: APACHE_BIG_SYMBOL_RENAME_POST~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4de290b7269bb1610d98aa94afd777f368690111;p=thirdparty%2Fapache%2Fhttpd.git Fall back to USE_FCNTL_SERIALIZED_ACCEPT for Solaris. It's foolish us 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 --- diff --git a/docs/manual/misc/perf-tuning.html b/docs/manual/misc/perf-tuning.html index 19d5effd814..264b5ae27b1 100644 --- a/docs/manual/misc/perf-tuning.html +++ b/docs/manual/misc/perf-tuning.html @@ -371,8 +371,10 @@ webserver with -DUSE_USLOCK_SERIALIZED_ACCEPT on the
USE_PTHREAD_SERIALIZED_ACCEPT
(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.

If your system has another method of serialization which isn't in the