Actions
Server max-workerDetails » History » Revision 3
« Previous |
Revision 3/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. [[lighttpd: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¶
Updated by stbuehler about 16 years ago · 3 revisions