what is Connection Pooling

Explain, what is Connection Pooling?

E

Expert

Verified

Connection pooling is the process of combining the database connections in the cache in order to make them reusable since opening the new connections each time in the database is a time-consuming process. Thus, connection pooling allows to reuse the existing and the active database connections, when required, and improving the performance of the application.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.