Maxrequestsperchild; Maxspareservers; Minspareservers - Oracle HTTP Server B12255-01 Administrator's Manual

10g release 1 (10.1)
Table of Contents

Advertisement

Limiting the Number of Processes and Connections

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.
4-6 Oracle HTTP Server Administrator's Guide
"MaxRequestsPerChild directive" in the Apache
See Also:
Server documentation.
"MaxSpareServers directive" in the Apache Server
See Also:
documentation.
"MinSpareServers directive" in the Apache Server
See Also:
documentation.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the HTTP Server B12255-01 and is the answer not in the manual?

This manual is also suitable for:

Http server

Table of Contents