Click here to Skip to main content
15,886,724 members
Articles / Web Development / IIS

How To Enhance ASP.NET Application Responsiveness and Scalability using Garbage Collection Notifications

Rate me:
Please Sign up or sign in to vote.
3.57/5 (3 votes)
25 May 2009CPOL3 min read 21.3K   11  
This article expresses a simple idea of how to enhance web application performance using Garbage Collection notifications.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead bwin Interactive Entertainment AG
Austria Austria
The views expressed in my articles are mine and do not necessarily reflect the views of my employer.

if(youWantToContactMe)
{
SendMessage(string.Format("{0}@{1}.com", "liptchinski_vit", "yahoo"));
}

More info in my LinkedIn profile:
http://www.linkedin.com/in/vitaliyliptchinsky

Comments and Discussions