zoukankan      html  css  js  c++  java
  • 浏览器最大并发连接数

    下表概括了基于主机上运行的 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+ 提供了一个 windowmaxConnectionsPerServer 对象,服务器可以利用此对象来确定客户端计算机上的可用连接数。

    在 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
  • 相关阅读:
    LRU Algorithm Gym
    Running Routes Kattis
    Box HDU
    manjaro 安装 tim 后无法输入中文
    Angle Beats Gym
    Fish eating fruit 沈阳网络赛(树形dp)
    请求接口模板
    Droppable 拖拽实例
    线程处理
    网站的配置文件XML读写
  • 原文地址:https://www.cnblogs.com/chenguangyin/p/3561267.html
Copyright © 2011-2022 走看看