IIS Express only utilizes 13% of i7 Quad Core
Posted
by
John Nevermore
on Server Fault
See other posts from Server Fault
or by John Nevermore
Published on 2012-11-17T23:03:14Z
Indexed on
2012/11/18
5:01 UTC
Read the original article
Hit count: 468
Since one of my scripts got incredibly complex, i was benchmarking the performance of moving some javascript processing logic to the server side in my ASP.NET MVC 4 application.
According to taskmgr.exe, IIS Express only utilizes 13% of my i7. I decided to throw in 3 parallel tasks calculating the fibonacci sequence up to 50 and the IIS express still wouldn't utilize more than 13% of my cpu. Is there anything i can do, so that the application utilizes the full cpu, as it would in a real server ?
© Server Fault or respective owner