Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

DataDirect Connection Pool Manager

  • Last Updated: June 26, 2026
  • 1 minute read
    • OpenAccess SDK
    • Version 8.1
    • Documentation

Database access performance can be improved significantly when connection pooling is used. Connection pooling means that connections are reused rather than created each time a connection is requested.

Your application can use connection pooling through the DataDirect Connection Pool Manager. See JDBC Connection Pool Manager for more information about the DataDirect Connection Pool Manager.

Alert