I just wanted to know the concept of database connection pooling and how it is achieved.
Database connection pooling is simply caching connections to databases so that they can be reused next time to reduce the cost of establishing a new connection each time we want to connect to a database.