Possible values: integer values.
Default value: -1.
File: configuration file.
Context: Connection.
Enhydra DODS uses a connection pooling mechanism. So, if a request-thread needs a database connection, it is taken from the pool instead of re-created every time. If the thread finishes, the connection is put back into the pool for re-use by another thread.
This Parameter is maximum number of how many times a connection can be re-used by a new thread (and put in the connection pool again) before it is closed and re-created (to avoid situation where connection holds too much memory but does not release these resources again because the connection is never closed ).