Improving ASP Performance With Asynchronous Coding

Saturday, 28 June 2014
  • By
  • Jeff Ammons

Crashed
Crashed

This is your ASP.NET app with 400 concurrent users.

Studies have shown that the average internet user will abandon a page that takes more than four seconds to load.

If you are using ASP.NET, and you aren't using asynchronous programming, then you may have a problem.

Success may literally kill your site.

How I Bumbled Into The Problem

I discovered this problem a couple of years ago with a web app I was load testing.

...