https://issues.apache.org/bugzilla/show_bug.cgi?id=46916

           Summary: The documentation of MinSpareServers directive was not
                    updated after Apache 1.3
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
               URL: http://httpd.apache.org/docs/2.2/mod/prefork.html#mins
                    pareservers
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Apache MPM prefork > MinSpareServers Directive
<http://httpd.apache.org/docs/2.2/mod/prefork.html#minspareservers>
"If there are fewer than MinSpareServers idle, then the parent process creates
new children at a maximum rate of 1 per second."

Apache Performance Tuning > Run-Time Configuration Issues > Process Creation
<http://httpd.apache.org/docs/2.2/misc/perf-tuning.html#runtime>
"As of Apache 1.3, the code will relax the one-per-second rule. It will spawn
one, wait a second, then spawn two, wait a second, then spawn four, and it will
continue exponentially until it is spawning 32 children per second. It will
stop whenever it satisfies the MinSpareServers  setting."

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to