Wednesday, 15 February 2012

What is Connection pooling? | Java JDBC


Connection pooling is a technique used for sharing server resources among requesting clients. Connection pooling increases the performance of Web applications by reusing active database connections instead of creating a new connection with every request. Connection pool manager maintains a pool of open database connections.

No comments: