Project

General

Profile

Actions

Server max-workerDetails » History » Revision 2

« Previous | Revision 2/16 (diff) | Next »
stbuehler, 2008-10-01 18:54
"don't use this" warning


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)]

Updated by stbuehler over 15 years ago · 2 revisions