Previous Topic: JDBC ServerNext Topic: Other Timeouts


CASERVER and IDMSJSRV Task

You can specify two idle timeouts for the CASERVER and IDMSJSRV tasks:

RESOURCE TIMEOUT INTERVAL

Specifies how long an idle connection persists before terminating the connection if no task is active.

EXTERNAL WAIT

Specifies how long an idle connection persists before terminating the task and connection when a task is active.

When the application server's connection pool implementation recognizes the IdmsConnectionPoolDataSource or the IdmsXADataSource, the RESOURCE TIMEOUT INTERVAL should be longer than the maxIdleTime or equivalent application server property. When the application server uses the DriverManager of IdmsDataSource to get a connection, both of these should be longer than timeouts set in the application server and JDBC server.