Skip to content


Database connection pooling in ADO.Net

Database performance may be getting affected if many users try to connect to it at same time. This article explains about how to improve database performance by using connection pooling in ADO.net. A connection pool is a cache or pool of database connections maintained by the application so that the connections can be reused when the database receives future requests for data. Have a look at this article to read more.

http://www.dev-exchange.com/cms_view_article.php?aid=12

Posted in Software.



0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.