ClientIdleTimeout

Specifies number of minutes a client connection can remain inactive before an access service terminates the connection.

Syntax

ClientIdleTimeout=integer

Range

0–1024

Default

0

Values

  • integer is the number of minutes a client connection can remain inactive before a conection is terminated.

  • 0 indicates that an idle connection is never terminated.

Comments

  • A connection is idle when:
    • A client application connects but does not issue a command.

    • A command completes processing, but the client does not issue a new command.

    • A large result set is returned from a SQL request, and the result screen paused for the specified timeout period.

  • The access service checks client activity once per minute. Therefore, a ClientIdleTimeout value of n might allow a client to remain active for nearly n + 1 minutes.