Debugging nginx Load Balancer
Arun Gupta
lists at ruby-forum.com
Wed Apr 29 23:53:39 MSD 2009
Ok that explains part of it!
curl (wget on Mac) is indeed using single request. I set
keepalive_timeout to 0 but still see 3 requests being made.
-Arun
Cliff Wells wrote:
> On Wed, 2009-04-29 at 20:42 +0200, Arun Gupta wrote:
>>
>> Any idea why 3 requests are made from the browser ?
>
> Most browsers will use several separate connections per domain for
> downloading separate elements (Firefox defaults to 8 for normal
> connections, 2 for persistent connections). Your keepalive settings for
> Nginx can affect this number.
>
> I believe wget can only use one under all circumstances.
>
> Cliff
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list