Has anyone seen .NET 4 RC MVC2 RTM web apps hogging CPU on Win2008 R2?
Posted
by kim3er
on Server Fault
See other posts from Server Fault
or by kim3er
Published on 2010-03-25T10:56:21Z
Indexed on
2010/03/25
11:03 UTC
Read the original article
Hit count: 404
windows-server-2008
|asp.net-mvc
We have a number of .NET4 RC ASP.NET MVC2 RTM web applications running on a Windows 2008 R2 server. All behave very well except one that we regularly find running at 99% CPU.
It is the most complex of the applications, but is not doing anything extraordinary. It relies on ASP.NET Cache quite heavily, but we have limited the amount of memory it is allowed to use.
Does this sound like an issue with the environment?
Rich
© Server Fault or respective owner