Re: Anyone know how the least_conn upstream option works in nginx plus?

2015-10-01 Thread highclass99
>Is there any reason to indicate that the weighting used in nginx plus is not the same as used in the OSS version? First of all this is a nginx plus only feature. It is NOT available in the OSS version. > If so, could you not just look at the module to examine how the weighting is determined? Al

Re: Anyone know how the least_conn upstream option works in nginx plus?

2015-10-01 Thread Robert Paprocki
Is there any reason to indicate that the weighting used in nginx plus is not the same as used in the OSS version? If so, could you not just look at the module to examine how the weighting is determined? On Thu, Oct 1, 2015 at 5:35 PM, highclass99 wrote: > Hello, > > Anyone know how the least_con

Anyone know how the least_conn upstream option works in nginx plus?

2015-10-01 Thread highclass99
Hello, Anyone know how the least_conn upstream option works in nginx plus? http://nginx.org/en/docs/http/ngx_http_upstream_module.html#least_conn says "Specifies that a group should use a load balancing method where a request is passed to the server with the least average response time and least

Re: 1.9.5 slower then 1.9.4 or 1.8.0 on static files

2015-10-01 Thread Konstantin Pavlov
Hello, On 01/10/2015 11:19, Francis Daly wrote: > On Thu, Oct 01, 2015 at 10:33:41AM -0400, itpp2012 wrote: > > Hi there, > >> If the config hasn't changed there's only one thing you can do, build debug >> versions, enable debug logging and run Curl against a single file on both >> versions, the

Re: 1.9.5 slower then 1.9.4 or 1.8.0 on static files

2015-10-01 Thread bbogdan
I will get this in a few hours as soon as I have a window to swap out the builds and debug them. Bogdan Posted at Nginx Forum: http://forum.nginx.org/read.php?2,261944,261966#msg-261966 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/m

Re: 1.9.5 slower then 1.9.4 or 1.8.0 on static files

2015-10-01 Thread Francis Daly
On Thu, Oct 01, 2015 at 10:33:41AM -0400, itpp2012 wrote: Hi there, > If the config hasn't changed there's only one thing you can do, build debug > versions, enable debug logging and run Curl against a single file on both > versions, then run a diff between the logs, or place on pastebin so we al

Re: Problems with HTTP/2

2015-10-01 Thread Aapo Talvensaari
> On 30 September 2015 at 02:20, Valentin V. Bartenev wrote: > The code was already broken, it was a coincidence that it worked. I can now confirm that fixing code fixed the issue. Thank you. HTTP/2 works like a charm! ___ nginx mailing list nginx@nginx

Re: 1.9.5 slower then 1.9.4 or 1.8.0 on static files

2015-10-01 Thread itpp2012
If the config hasn't changed there's only one thing you can do, build debug versions, enable debug logging and run Curl against a single file on both versions, then run a diff between the logs, or place on pastebin so we all can have a look. Posted at Nginx Forum: http://forum.nginx.org/read.php?