随笔分类 -  IIS

IIS Web服务器支持高并发设置
摘要:适用的IIS版本:IIS 7.0, IIS 7.5, IIS 8.0适用的Windows版本:Windows Server 2008, Windows Server 2008 R2, Windows Server 20121、应用程序池(Application Pool)的设置: General->Queue Length设置为65535(队列长度所支持的最大值)Process Model->Idle Time-out设置为0(不让应用程序池因为没有请求而回收)Recycling->Regular Time Interval设置为0(禁用应用程序池定期自动回收)2、.Net 阅读全文

posted @ 2014-03-17 13:45 peter.peng 阅读(1242) 评论(0) 推荐(0)