Pool
This topic describes the Pool element.
Description
Specifies pooling for this database.
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. This number must be equal to or higher than the number of Workers deployed in your Content Deployer. (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 |