From: Joshua Slive Date: Mon, 4 Aug 2003 16:50:44 +0000 (+0000) Subject: Remove the general not-updated warning for perf-tuning, X-Git-Tag: pre_ajp_proxy~1300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a66e0e84f16c69545efa6a91f92a5f25913d086;p=apache Remove the general not-updated warning for perf-tuning, since the document is mostly accurate. But since the accept-mutex section seems a little dated, leave a warning there. That could use some developer intervention. Also, remove the author attribution, since large parts of this have changed since Dean wrote it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100899 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index 6e55571cb5..fbaa8e7618 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -22,15 +22,6 @@ -

Warning:

-

This document has not been fully updated - to take into account changes made in the 2.0 version of the - Apache HTTP Server. Some of the information may still be - relevant, but please use it with care.

-
- -

Orignally written by Dean Gaudet.

-

Apache 2.0 is a general-purpose webserver, designed to provide a balance of flexibility, portability, and performance. Although it has not been designed specifically to set benchmark @@ -544,6 +535,13 @@ +

Warning:

+

This section has not been fully updated + to take into account changes made in the 2.0 version of the + Apache HTTP Server. Some of the information may still be + relevant, but please use it with care.

+
+

This discusses a shortcoming in the Unix socket API. Suppose your web server uses multiple Listen statements to listen on either multiple ports or multiple addresses. In order to test each socket @@ -674,6 +672,9 @@ Listen directives.

+

The directive AcceptMutex can be used to + change the selected mutuex implimentation at run-time.

+
USE_FLOCK_SERIALIZED_ACCEPT
diff --git a/docs/manual/misc/perf-tuning.xml b/docs/manual/misc/perf-tuning.xml index cced9756d1..6a751ebf48 100644 --- a/docs/manual/misc/perf-tuning.xml +++ b/docs/manual/misc/perf-tuning.xml @@ -9,15 +9,6 @@ - Warning: -

This document has not been fully updated - to take into account changes made in the 2.0 version of the - Apache HTTP Server. Some of the information may still be - relevant, but please use it with care.

-
- -

Orignally written by Dean Gaudet.

-

Apache 2.0 is a general-purpose webserver, designed to provide a balance of flexibility, portability, and performance. Although it has not been designed specifically to set benchmark @@ -557,6 +548,13 @@ accept Serialization - multiple sockets + Warning: +

This section has not been fully updated + to take into account changes made in the 2.0 version of the + Apache HTTP Server. Some of the information may still be + relevant, but please use it with care.

+ +

This discusses a shortcoming in the Unix socket API. Suppose your web server uses multiple Listen statements to listen on either multiple @@ -689,6 +687,10 @@ Listen directives.

+

The directive AcceptMutex can be used to + change the selected mutuex implimentation at run-time.

+
USE_FLOCK_SERIALIZED_ACCEPT