connection pooling

connection pooling
Connection pooling allows you to reuse connections rather than create a new one every time a driver needs to establish a connection to the database. Connection pooling manages connection sharing across different user requests to maintain performance and reduce the number of new connections that must be created.

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.