Activity overview
Latest activity by jlb0001
We make use of WCF as well as ASP.NET handlers and modules (IHttpHandler, IHttpModule). In the past, the only product that we've found that can profile these environments has been the YourKit .NET Profiler (http://www.yourkit.com/dotnet/index.jsp). Hopefully ANTS 4 will be helpful for our environment as well.
YourKit allows us to profile in production environments. We work with very sensitive data that makes reproducing production scenarious VERY difficult. Sometimes profiling a scenario that only occurs on a production box is the only solution available to us.
So, a few things I'm looking for to make profiling a production environment feasible within ANTS:
(1) ability to attach the profiler to a running process
(2) remote profiling capability (e.g., VS remote debugging tools)
(3) a low-overhead profiling mode for long-running profiling
Microsoft provides an *excellent* model to follow with their "Remote Debugging Tools" that come with Visual Studio .NET. We've used this countless times to debug and profile ASP.NET and WCF applications on servers.
I hope to be able to do the same using ANTS. Any chance of that in this version?
-Jonathan / comments
We make use of WCF as well as ASP.NET handlers and modules (IHttpHandler, IHttpModule). In the past, the only product that we've found that can profile these environments has been the YourKit .NET...