[웹] browser 별 max concurrent TCP sessions








요즘 브라우저(modern browser) 는 mobile, desktop 모두 host 당 6개의 TCP session 병렬적으로 열 수 있다.




Firefox connections count

network.http.max-connections-per-server 15
network.http.max-persistent-connections-per-proxy 8
network.http.max-persistent-connections-per-server 6




  • IE 7:       2
  • IE 8:       6
  • IE 10:      8
  • Chrome:     6


IE 8 : 6

Registry
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000004
"MaxConnectionsPer1_0Server"=dword:00000004




Currently chrome limits to 6 connections per host.


chrome 에서는 max connection 을 변경하는 option 을 제공하지 않는다.


댓글 없음:

댓글 쓰기