下表概括了基于主机上运行的 Internet Explorer 的版本的最大并发连接数、主机的连接速度和服务器的受支持的协议版本。
版本 | HTTP 1.0 服务器(宽带连接) | HTTP 1.1 服务器(宽带连接) | HTTP 1.0 服务器(拨号连接) | HTTP 1.1 服务器(拨号连接) |
---|---|---|---|---|
Internet Explorer 7 和早期版本 | 4 | 2 | 4 | 2 |
Internet Explorer 8 | 6 | 6 | 4 | 2 |
版本 | HTTP 1.0 服务器(宽带连接) | HTTP 1.1 服务器(宽带连接) | HTTP 1.0 服务器(拨号连接) | HTTP 1.1 服务器(拨号连接) |
---|---|---|---|---|
Internet Explorer 9 | 6 | 6 | ? | ? |
Internet Explorer 10 | 6 | 6 | ? | ? |
版本 | HTTP 1.0 服务器(宽带连接) | HTTP 1.1 服务器(宽带连接) | HTTP 1.0 服务器(拨号连接) | HTTP 1.1 服务器(拨号连接) |
---|---|---|---|---|
Internet Explorer 11 | 6 | 6 | ? | ? |
chrome、firefox | 6 | 6 | ? | ? |
Internet Explorer 8+ 提供了一个 window. maxConnectionsPerServer 对象,服务器可以利用此对象来确定客户端计算机上的可用连接数。
在 Internet Explorer 8+ 中,maxConnectionsPerServer 对于宽带连接将返回
6
,除非用户或管理员已重写此默认值。 在客户端计算机通过拨号连接时,如果连接到 HTTP 1.1 服务器,则 maxConnectionsPerServer 将返回 2
;如果连接到 HTTP 1.0 服务器,则 maxConnectionsPerServer 将返回 4
。很多人都说是:
实际情况(china):
很多客户端软件可以修改电脑的最大连接数,比如:迅雷、暴风影音等。
参考文章: http://velocity.oreilly.com.cn/2013/ppts/performance_optimization_of_tieba_in_baidu.pdf