The maximum number of minutes that an inactive connection will remain open in
the connection pool before it is closed.
30 minutes is the default for iServer.
-1 is used to always keep the connection open in the pool while the
server is running.
The number must be at least 1.
Setting this value too large or to -1 may result in database
connection timeouts and setting this value to small may impact performance
and memory requirements.
This parameter is ignored when Connection Pool Interval in Server,
connection_pool_interval in iws.ini, is set to -1.
|