Windows 2012R2 and .net4 web applications in both Classic and integrated application pools
in both application poll type the maximum [Get request/s] performance counter doesn't exceeds the ~250 .
according to below sources in .net4 no need to edit the:
(maxconnection,maxIoThreads,maxWorkerThreads,minFreeThreads,minLocalRequestFreeThreads) also the maxConcurrentRequestsPerCPU but in any case the max Get/s is limited.
an idea?
https://support.microsoft.com/en-us/kb/821268
https://blogs.msdn.microsoft.com/tmarq/2007/07/20/asp-net-thread-usage-on-iis-7-5-iis-7-0-and-iis-6-0/
https://blogs.msdn.microsoft.com/tmarq/2010/04/14/performing-asynchronous-work-or-tasks-in-asp-net-applications/
https://blogs.msdn.microsoft.com/tmarq/2010/04/14/performing-asynchronous-work-or-tasks-in-asp-net-applications/
Thanks