Hitachi

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


2.3.82 KeepAliveTimeout

KeepAliveTimeout specifies the wait time for the request during the KeepAlive connection.

Description

KeepAliveTimeout specifies the waiting time for the request during the KeepAlive connection in seconds. If the specified time elapses and the next request from the client is not received, the connection is disconnected. The server processes are occupied by a specific client during the KeepAlive connections. If more time is required than the standard time to navigate from a web page to another web page, a timeout occurs and disconnects the connection, and then makes the server process other requests. If 0 is specified for the time, the KeepAlive connection becomes disabled.

Syntax

KeepAliveTimeout time

Specifiable values

0 to 65,535

Default value

If the definition item is omitted:

5

Location where it can be written

httpsd.conf

Example

KeepAliveTimeout 3

The waiting time for the request during the KeepAlive connection is 3 seconds.