MaxWaitingConnections

Possible values: integer values.

Default value: 10.

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 open (unused) waiting connection in pool (rest are closed on release).