Connection Pool overview
- 17th Mar 2017
- 1
- 9817
- Advantages of using connection pool Connection pool basic in hibernate connection pool in hibernate How connection pool works ? What is connection Pool ? what is Connection pool in hibernate Why we need to use Connection pool ?
What is connection Pool ? Connection pooling is the technique used to increase the performance of the application when an application makes a multiple connection requests. Connection pooling takes care of managing connections(prepare,open and close) How connection pool works ? Connection Pool API is responsible for opening N connections and leave them ready for our […]