我当前的开发机器是
Windows XP,我使用修改过的tcpip.sys来允许我超过IIS内置的10个连接限制.我知道Vista的IIS有相同的限制.
任何人都可以确认Windows 7 IIS中是否存在此连接限制吗?
从基本操作系统的角度来看,限制已经消失.
原文链接:https://www.f2er.com/windows/370230.html使用Vista pre-sp2它取决于版本.见https://stackoverflow.com/questions/413110/which-is-the-maximum-number-of-windows-concurrent-tcp-ip-connections/929973#929973
自Vista SP2以来,限制已从TCPIP.SYS中删除,并且可通过注册表项进行配置. Windows7应该遵循相同的行为(source和for 7,以及here),但当然我们不会知道7确定直到RTM,因为appart from technial可能存在许可限制.
但是,IIS introduces its own limitations,具体取决于操作系统的版本.对于Windows 7,此限制介于3(Home Premium)和10(Business,Enterprise& Ultimate)同时连接之间.根据您的情况,可能有助于降低connection timeout以更快地释放插槽.