Pool
Documentation for Pool element
Description
Specifies pooling for this database.
Child elements
Attributes
| Attribute | Description and use | Type |
|---|---|---|
| Type | Either of the following:
| string |
| Size | The size of the pool, that is, the number of connections permissible in the pool. optional | integer |
| MonitorInterval | Number of seconds between checks on the pool. optional | integer |
| IdleTimeout | Number of seconds a connection can remain idle before it is closed. optional | integer |
| CheckoutTimeout | Number of seconds a connection can remain checked out before it is returned to the pool. optional | integer |