该文被密码保护。 阅读全文
posted @ 2011-12-31 10:30 小羽毛的天空 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1. 调整IIS 7应用程序池队列长度由原来的默认1000改为65535。IIS Manager > ApplicationPools > Advanced SettingsQueue Length : 655352. 调整IIS 7的appConcurrentRequestLimit设置由原来的默认5000改为100000。直接运行:C:\Windows\System32\inetsrv\appcmd.exe set config /section:serverRuntime /appConcurrentRequestLimit:100000在%systemroot%\Syste 阅读全文
posted @ 2011-12-31 10:23 小羽毛的天空 阅读(2150) 评论(0) 推荐(0) 编辑