skip to main content
Using the driver : Connection Pool Manager
  

Try DataDirect Drivers Now

Connection Pool Manager

The DataDirect Connection Pool Manager allows you to pool connections when accessing databases. When your applications use connection pooling, connections are reused rather than created each time a connection is requested. Because establishing a connection is among the most costly operations an application may perform, using Connection Pool Manager to implement connection pooling can significantly improve performance.
* 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