Science, asked by denish5845, 1 year ago

What is connection pooling and how do you make your application use it?

Answers

Answered by MasterPro
0
In software engineering, a connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the database are required. Connection pools are used to enhance the performance of executing commands on a database.
Similar questions