Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


2.3.94 MaxConnectionsPerChild

MaxConnectionsPerChild specifies the number of times that request processing is to be performed by the server process.

Description

MaxConnectionsPerChild specifies the number of times that request processing is to be performed by the server process. The server process performs request processing for the specified number of times, and then ends the processing. MaxConnectionsPerChild has a preventive effect on failures due to memory leaks that are caused by applications created by users. Note that if you specify 0, the upper limit for the number of times of request processing for the server process is not set. The server process waits for requests and continuously performs processing.

Syntax

MaxConnectionsPerChild number_of_times_of_request_processing

Specifiable values

0 to 2,147,483,647

Default value

If the definition item is omitted:

0

Location where it can be written

httpsd.conf

Example

MaxConnectionsPerChild 10000