We have some problems at our production code, my main problem is that we have some process that growing too much, as I think connections that someone forget to close. or maybe a communication error that causes them to be orphans.
I am looking for a good tool to explore those process (also threads).
I already know the Process explorer, the main problem is that such tool won't show me details about cache, session or other static classes in .net\com.
Remark, we are using ESRI's Gis server and the processes are arcsoc.exe, arcsom.exe and w3wp.exe.