Specifies how many minutes a client connection can remain inactive before a DB2 access service terminates the connection.
ClientIdleTimeout=integer
0–1024
0
integer is how many minutes a client connection can remain inactive before a DB2 access service terminates the connection.
0 indicates that a DB2 access service never terminates an idle connection.
A connection is idle when:
A client connected but did not issue a command.
A command processed, but the client did not issue another command.
A large result set returned from SQL request processing, and the result window paused for the specified timeout period.
The DB2 access service checks client activity each minute. Therefore, a client can remain inactive for up to one minute beyond the ClientIdleTimeout value before the DB2 access service terminates the connection.
Copyright © 2005. Sybase Inc. All rights reserved. |