skip to main content
About the Driver : Using the Driver : Connection Pool Manager
  

Connection Pool Manager

Typically, creating a connection is the most expensive operation an application performs. Connection pooling allows you to reuse connections rather than create a new one every time an application needs to connect to the data source. The DataDirect Connection Pool Manager allows you to manage connection sharing across different user requests to maintain performance and reduce the number of new connections that must be created.
In this section: 
* How Connection Pooling Works
* Implementing DataDirect Connection Pooling
* Configuring the Connection Pool
* Connecting Using a Connection Pool
* Closing the Connection Pool
* Checking the Pool Manager Version
* Enabling Pool Manager Tracing
* Connection Pool Manager Interfaces