It is not nginx limit. Some browsers have 2 and 4 connection limit.
2 connection limit is from HTTP spec. Browser vendors set 4 connections to make then faster. On Jan 7, 4:45 am, Niv <[email protected]> wrote: > anyone? > how do you configure ngnix to allow more than 4 connections from the > same client? > > thanks. > > On Dec 24 2008, 2:15 pm, Max <[email protected]> wrote: > > > Hello, > > > What was done to configure load balancer to handle large number of > > connections? > > > I am not familiar withnginx > > > nginx.conf > > ... > > events { > > > worker_connections 4096; > > > } > > > ... > > > ulimit -n > > shows 1024 > > > I know that lighttpd doc recommend to set open filelimit2-3 times > > more then max connections that lighttpd will > > open.http://redmine.lighttpd.net/wiki/lighttpd/Server.max-connectionsDetails > > > I guess in case www role ulimit must be ~10.000 > > > Lighttpd is changing ulimit -n automatically when launched as root. > > > Regards, Max > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
