June 17, 2003 02:17 PM
The .NET Connection Pool Lifeguard
Prevent pool overflows that can drown your applications
Rating:

(0)
SQL Server Magazine
InstantDoc ID #39031
Most ADO.NET data providers use connection pooling to improve the performance of applications built around Microsoft's disconnected .NET architecture. An application opens a connection (or gets a connection handle from the pool), runs one or more queries, processes the rowset, and releases the connection back to the pool. Without connection pooling, these applications would spend a lot of additional time opening and closing connections.
Whe...
...This article is for paid Professional Members only.
Already a Professional Member? Please log in now: