WCF Scaling - check your counters

added by idof
8/11/2011 9:40:23 AM

202 Views

A few months ago, I posted about the issue of WCF scaling and how it is affected by the throttling behavior, by ASP.NET settings (when hosted in IIS), and how it uses the thread pool. Today I don’t want to talk about the scaling problem, but rather give you a small tip about how to check it – use performance counters.


1 comments

dpeterson
8/11/2011 5:55:28 PM
Nice read, I wonder if there is a reason that the concurrency values aren't set to a more sane value by default?