views:

30

answers:

1

I am getting connection timeouts and I suspect they may be caused by a bug that is allowing me to exceed my connection pool limit. Is there a way to progamatically detect this?

A: 

You can find this information and a lot of more using performance counters for ADO.Net.

zihotki
But won't that only work when I have one connection pool?
Jonathan Allen
It will work and there is no other way to see the usage of a thread pools of an application.
zihotki