public marks

PUBLIC MARKS from ERSWeb with tags performance & active

28 January 2008 21:45

15 Seconds : Tuning Up ADO.NET Connection Pooling in ASP.NET Applications

(via)
Opening a database connection is a resource intensive and time consuming operation. Connection pooling increases the performance of Web applications by reusing active database connections instead of creating a new connection with every request. Connection pool manager maintains a pool of open database connections. When a new connection requests come in, the pool manager checks if the pool contains any unused connections and returns one if available. If all connections currently in the pool are busy and the maximum pool size has not been reached, the new connection is created and added to the pool. When the pool reaches its maximum size all new connection requests are being queued up until a connection in the pool becomes available or the connection attempt times out.

brianwaustin's TAGS related to tag performance

.net +   active +   administration +   ado.net +   article +   articles +   asp.net +   bios +   blog +   code +   computer +   cool +   counter +   data +   database +   development +   hacks +   hardward +   hardware +   iis +   load testing +   logging +   microsoft +   monitoring +   server +   system +   testing +   tools +   tweaks +   web +   windows +   windows 2003 +   xp +