Y
Hacker News
new
|
ask
|
show
|
jobs
by
rimantas
4590 days ago
> Chrome and Firefox usually open more than 10 connections.
According to browserscope.org both browsers open only 6 connections per hostname.
1 comments
bjt
4590 days ago
For http connections that's true. Websockets have a separate pool though, and a much higher cap (200 in Firefox). Nginx recently added websocket support.
link