skip to main content
Connection Pool Manager : Configuring the Connection Pool
  
Configuring the Connection Pool
You can configure attributes of a connection pool for optimal performance and scalability using the methods provided by the DataDirect Connection Pool Manager classes (see DataDirect Connection Pool Manager Interfaces).
Some commonly set connection pool attributes include:
*Minimum pool size, which is the minimum number of connections that will be kept in the pool for each user
*Maximum pool size, which is the maximum number of connections in the pool for each user
*Initial pool size, which is the number of connections created for each user when the connection pool is initialized
*Maximum idle time, which is the amount of time a pooled connection remains idle before it is removed from the connection pool
See Understanding the Maximum Pool Size for more information about how the Pool Manager implements the maximum pool size. In addition, the Pool Manager implements minimum pool size, maximum pool size, and initial pool size differently depending on whether reauthentication is enabled. See Using Reauthentication with the Pool Manager for details.
* Understanding the Maximum Pool Size
* Using Reauthentication with the Pool Manager