From a0695b5f91af2178cb1ab74b6c85d5e7be13a114 Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Sun, 27 Mar 2005 14:03:24 +0000 Subject: [PATCH] Delete an incomprehensible sentence. There is no posibility NOT to choose the MPM at compile time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159149 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mpm.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/manual/mpm.xml b/docs/manual/mpm.xml index c3725f8d5f..30ec624582 100644 --- a/docs/manual/mpm.xml +++ b/docs/manual/mpm.xml @@ -83,9 +83,7 @@ how they are used by the Apache HTTP Server.

MPMs must be chosen during configuration, and compiled into the server. Compilers are capable of optimizing a lot of functions if threads are used, but only if they know that - threads are being used. Because some MPMs use threads on Unix - and others don't, Apache will always perform better if the MPM - is chosen at configuration time and built into Apache.

+ threads are being used.

To actually choose the desired MPM, use the argument --with-mpm=NAME with the -- 2.40.0