Hitachi

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


2.3.96 MaxRequestWorkers

MaxRequestWorkers specifies the maximum number of clients that can be connected at the same time.

Description

MaxRequestWorkers specifies the maximum number of clients that can be connected at the same time.

If you start the server, as many processes as the value specified for the StartServers directive are started and wait for requests. If many requests occur at the same time, multiple processes process the requests. When the remaining number of processes that are waiting for requests is fewer than the value specified for the MinSpareServers directive, new processes are gradually generated. At this time, processes are generated until the number of processes reaches the value specified for this directive. Then, when the request processing is finished and the number of processes that are waiting for requests increases, processes are finished until the number of processes is equal to the value specified for the MaxSpareServers directive.

Syntax

MaxRequestWorkers number_of_connections

Specifiable values

1 to 1,024

Default value

If the definition item is omitted:

1024

Location where it can be written

httpsd.conf

Example

MaxRequestWorkers 150