Oracle B12255-01 Manuale Utente

Pagina di 224
Limiting the Number of Processes and Connections
4-6
Oracle HTTP Server Administrator’s Guide
MaxRequestsPerChild
Controls the number of requests a child process handles before it dies. This value
should be specified again if the machine is rebooted. If you select the value to be 0,
which is the default, then the process will never die. This is applicable to UNIX
only.
MaxSpareServers
Sets the maximum number of idle child server processes. An idle process is one
which is running, but not handling a request. The parent process kills off idle child
processes that exceed the value set for this directive. The default is set at 10. This is
applicable to UNIX only.
MinSpareServers
Sets the minimum number of idle child server processes. An idle process is one
which is running but not handling a request. The parent process will create new
children at the maximum rate of one process for each second if there are fewer
processes running. The default is set at 5. This is applicable to UNIX only.
See Also:
“MaxRequestsPerChild directive” in the Apache
Server documentation.
See Also:
“MaxSpareServers directive” in the Apache Server
documentation.
See Also:
“MinSpareServers directive” in the Apache Server
documentation.