`
xingzhizhou
  • 浏览: 7274 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

查看浏览器每个服务器的并发数

阅读更多
ff:
在Firefox地址栏中输入:about:config

然后在配置页面中搜索:max,可以看到network.http.max-connections的值是30,

network.http.max-persistent-connections-per-server的值是6

ie8:
在开始菜单中的运行对话框中输入regedit打开注册表编辑器,

依次打开注册表项:[HKEY_CURRRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings],

可以看到MaxConnectionsPerServer和MaxConnectionsPer1_0Server两个选项的值都是10,而不是Http协议中规定的2个!

发现一个测试浏览器并发数的demo  http://developer.oncecode.com/comet/

IE8的并发连接数限制为10;

Firefox 3.6.8和chrome 5.0的并发连接数都为6。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics