Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restart server to recover speed

Status
Not open for further replies.

78mike78

MIS
Feb 14, 2008
70
US
We have a website running on ASP.net v2 and there server runs very fast for a while then it slows down....after a reboot the speed is recoverd. I dont undrestand what can cause this.
 
Sounds like a memory leak in the application. Probably do to an object being declared but then not destroyed.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Thanks
When i restart IIS, it runs fast again.
Our programmer has checked the code, nothing in ASP.NET he says.. Something like Inetinfo.exe or IIS doesnt have any memmory leaks, right?
 
inetinfo is IIS. IIS probably doesn't have any memory leaks. If it did everyone would be having the problem. 99% of the time it's a problem with the ASP.NET code of the website.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Is the site in its own application pool in IIS?

If not - put it in one. See if this changes the issue.

When the server barfs again try resetting the application pool instead of IIS first. (right click app pool - recycle)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top