Content deleted Content added
m Reverted 1 edit by 175.157.240.112 using STiki |
|||
Line 17:
== Pooling ==
Database connections are
[[Connection pool|Connection pooling]] is a technique designed to alleviate this problem. A pool of database connections is created and then shared among the applications that need to access the database. When an application needs database access, it requests a connection from the pool. When it is finished, it returns the connection to the pool, where it becomes available for use by other applications.
|