Connection pooling
- Last Updated: May 16, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Progess DataDirect for JDBC drivers support connection pooling using the DataDirect Connection Pool Manager. Typically, creating a connection is the most performance-expensive operations that an application performs. Connection pooling allows you to reuse connections rather than create a new one every time a driver needs to connect to the database. Further, connection pooling manages connection sharing across multiple user requests to maintain performance and reduce the number of new connections to be created.
Refer to Connection Pool Manager in the Progress DataDirect for JDBC Drivers Reference for more information.