09 October 2008 21:00
Tuning the Apache MaxClients parameter | 2bits.com, Inc. - Drupal Development, Customization and Consulting
Apache prefork, StartServers, MaxSpareServers and MinSpareServers
In the most common case, you will be using Apache in the prefork mode, meaning one process per connection, with a pool of processes pre-forked to standby for connections. The number of spare processes is defined by the values MaxSpareServers, MinSpareServers, while the number to start is defined by StartServers.
1
(1 marks)