Project

General

Profile

Server max-workerDetails » History » Revision 2

Revision 1 (Anonymous, 2006-08-06 14:44) → Revision 2/16 (stbuehler, 2008-10-01 18:54)

== server.max-worker option == 


 == DO NOT USE THIS OPTION IF YOU DON'T UNDERSTAND WHAT IT DOES == 


 server.max-worker 

     number of worker processes to spawn. This is usually only needed on servers which are fairly loaded and the network handler calls delay often (e.g. new requests are not handled instantaneously). 

     Default: 0 

     If you use server.max-worker, the mod_status module will not show the statistics of all the server's children combined. You will see different stats with each request. [wiki:Docs:ModStatus mod_status documentation] 

     Other modules are affected by this, too; every worker works for his own and there is no communication between them. Your log files may get screwed. 

 == See Also == 

  * [wiki:Docs:MultiProcessor server.max-worker and Multiprocessors (SMP)]