A while back, Jose blogged about the CPU throttling feature in ASP.NET 4.5. As described in the original post, this feature is intended to correct negative scaling in server throughput when handling async requests on a server with saturated CPU.
Now, for the next chapter to this story: CPU throttling under stress scenarios.
This feature ...