Blog Post

Azure Database Support Blog
1 MIN READ

Lesson Learned #38: Which is the impact using connection pooling in my application

Jose_Manuel_Jurado's avatar
Mar 14, 2019
First published on MSDN on Mar 30, 2018
In this video in Spanish and English we are going to show you an example about which is the impact to use or not connection pooling , using a C# application.

As probably you know connection pooling is a special connection cached, that is enabled by default using ADO .NET  with a maximum capacity, by default, of 100 concurrent connections.

Using connection pooling we will have an improvement in the time spent in every connection attempt made to our Azure SQL Database.

Enjoy!
Updated Mar 14, 2019
Version 2.0
No CommentsBe the first to comment