From 4701b62f1597fbcb2204c8d5a82821297785da6b Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 21 Nov 1996 08:53:37 +0000 Subject: [PATCH] Moved a few more files into info/. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77003 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/process-model.html | 50 ---------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 docs/manual/process-model.html diff --git a/docs/manual/process-model.html b/docs/manual/process-model.html deleted file mode 100644 index f2c22f9ccc..0000000000 --- a/docs/manual/process-model.html +++ /dev/null @@ -1,50 +0,0 @@ - -Server Pool Management with MinSpareServers and MaxSpareServers - - - -

Server Pool Management with MinSpareServers and MaxSpareServers

- -
-

-We found that many people were using values for "MaxServers" either -too high or too low, and were hanging themselves on it. The model we -adopted is still based on long-lived minimal-forking processes, but -instead of specifying one number of persistant processes, the -webmaster specifies a maximum and minimum number of processes to be -"spare" - every couple of seconds the parent checks the actual number -of spare servers and adjusts accordingly. This should keep the number -of servers concurrently running relatively low while still ensuring -minimal forking. - -

- -We renamed the current StartServers to MinSpareServers, created -separate StartServers parameter which means what it says, and renamed -MaxServers to MaxSpareServers (though the old name still works, for -NCSA 1.4 back-combatibility). The old names were generally regarded -as too confusing. - -

- -The defaults for each variable are: - -

-MinSpareServers		5
-MaxSpareServers		10
-StartServers		10
-
- -There is a compile-time limit of 150 absolute maximum number of -simultaneous children that will be allowed, which can be overruled by -"MaxClients", though we don't recommend changing that number unless - -
    -
  1. You know you have the server resources to handle more -
  2. You use the machine for other purposes and must limit the amount of memory -Apache uses -
- - - - -- 2.40.0