Closing the DataDirect connection pool
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
The DataDirect Connection Pool Manager is notified automatically when an
application stops running. Use the PooledConnectionDataSource.close() method to explicitly close the pool
while the application is running. For example, if changes are made to the pool
configuration using a pool management tool, the PooledConnectionDataSource.close() method can be used to force the
connection pool to close and re-create the pool using the new configuration values.