Pool

Documentation for Pool element

Description

Specifies pooling for this database.

Child elements

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.

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