Pool

This topic describes the Pool element.

Description

Specifies pooling for this database.

Attributes

AttributeDescription and useType
Type

Either of the following:

jdbc
a more configurable connection pool manager. If additional connections are attempted, the connection is queued. For this value, include the following attributes: Size, MonitorInterval, IdleTimeout, and CheckOutTimeout.
tridion
Only allows you to specify the size of the pool. If additional connections are attempted, an exception is raised. For this value, include the Size attribute only.
(required)
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