Click here to Skip to main content
15,885,914 members
Articles / Programming Languages / C#

ADO.NET Connection Pooling at a Glance

Rate me:
Please Sign up or sign in to vote.
4.77/5 (121 votes)
14 May 2008CPOL12 min read 602.5K   252  
Connection pooling can increase the performance of any application by using active connections of the pool for consecutive requests, rather than creating a new connection each time.And at the same time, the developer who is the best judge of his/her application, can configure the connection pooling.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
.NET Professional, working with a leading global firm.

Primarily works in .NET using C# with Oracle and MS SQL Server 2000 as backend.

Learning .Net ...

[ My Linked In Profile ^ ]

Comments and Discussions