asp.net - Increase IIS CPU usage -


i have visual studio 2015 on x64 machine (intel i5, 8gb ram, windows 10) running windows communication foundation (wcf) service. service runs 5 hours process data , uses iis express web server. when running cpu usage of iis 13% every time.

one time noticed data getting processed fast , looked @ task manager , cpu usage of process 40%, can't make iis process go 40% again. don't know happened increased cpu usage 40% time.

is there way increase cpu usage of iis (express) computation runs faster , therefore data gets processed faster? there settings can changed accomplish this. think cpu should above 14% every time. there setting restricted cpu usage in iis settings?

in iis 8.5, there limit (percent) property per app pool settings allows % of cpu time consumed worker thread related app-pool


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -