Content deleted Content added
deleted repeating link |
QuantumWasp (talk | contribs) |
||
Line 9:
== Pooling ==
Database connections are finite and [[time complexity|expensive]] and can take a disproportionately long time to create relative to the operations performed on them. It is
[[Connection pool]]ing is a technique designed to alleviate this problem. A pool of database connections can be created and then shared among the applications that need to access the database.
|