All Tags »
Directory servi... »
.NET »
My day job
Sorry, but there are no more tags available to filter with.
-
Connection pooling is something with most of .NET and SQL developers are pretty familiar with. It is mechanism which allows to re-usage of once established connection under some conditions. Establishing connections are considered as costly operation in networking world. So it might do good for performance of Your application if only one connection ...