摘要: 1. 调整IIS 7应用程序池队列长度由原来的默认1000改为65535。IIS Manager > ApplicationPools > Advanced Settings2. 调整IIS 7的appConcurrentRequestLimit设置由原来的默认5000改为100000。c:\windows\system32\inetsrv\appcmd.exe set config /section:serverRuntime /appConcurrentRequestLimit:100000在%systemroot%\System32\inetsrv\config\applic 阅读全文
posted @ 2014-02-26 13:36 恋9527 阅读(133) 评论(0) 推荐(0) 编辑