Re: keepalive_requests default 100

2017-03-08 Thread B.R. via nginx
I suspect nginx' team chose this value for the very reason it was adapted to the use of Apache (remember that nginx is, since its beginning, largely used as a reverse Web proxy in front of Apache farms). I guess the intent here is to probably mimic Apache behavior by default so adoption of that tec

keepalive_requests default 100

2017-03-07 Thread Tolga Ceylan
Does anybody have any history/rationale on why keepalive_requests use default of 100 requests in nginx? This same default is also used in Apache. But the default seems very small in today's standards. http://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests Regards, Tolga __