From: dgaudet Date: Sat, 25 Oct 1997 05:35:43 +0000 (+0000) Subject: typo X-Git-Tag: APACHE_1_3b3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0722046286dfd6315316cb500989391384ac8fcc;p=thirdparty%2Fapache%2Fhttpd.git typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79459 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/perf-tuning.html b/docs/manual/misc/perf-tuning.html index 98071bce4bf..da61fddcbbc 100644 --- a/docs/manual/misc/perf-tuning.html +++ b/docs/manual/misc/perf-tuning.html @@ -368,7 +368,7 @@ So if you're using a multiprocessor IRIX box then you should rebuild your webserver with -DUSE_USLOCK_SERIALIZED_ACCEPT on the EXTRA_CFLAGS. -
USE_PTHREADS_SERIALIZED_ACCEPT +
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