Re: E3-1240 with 32GB Ram - Unable to set the optimal value for the server

2017-10-17 Thread Peter Booth
Agree, I work as performance architect , specializing in improving the performance of trading applications and high traffic web sites. When I first began tuning Apache (and then nginx) I realized the the internet was full of “helpful suggestions” about why you should set configuration X to thi

Re: [nginx-announce] nginx-1.12.2

2017-10-17 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.12.2 for Windows https://kevinworthington.com/nginxwin1122 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announce

nginx-1.12.2

2017-10-17 Thread Maxim Dounin
Changes with nginx 1.12.217 Oct 2017 *) Bugfix: client SSL connections were immediately closed if deferred accept and the "proxy_protocol" parameter of the "listen" directive were used. *) Bugfix: client connections might be dropped du

Re: Periodic external HTTP exchange from NGINX for dynamic control of upstream server list

2017-10-17 Thread Philip Walenta
It sounds like you want to control what upstream servers are available based on a set of criteria. This setup might do what you want, just not implemented in the exact way you desire: https://medium.com/@sigil66/dynamic-nginx-upstreams-from-consul-via-lua-nginx-module-2bebc935989b On Tue, Oct 1

Periodic external HTTP exchange from NGINX for dynamic control of upstream server list

2017-10-17 Thread rnmx18
Hi, I have a requirement to de-select or exclude one or more servers from an upstream group, if that server is either just newborn or exhausted (overloaded or showing reduced performance). So, consider there are servers A, B and C in the upstream group. An external program periodically checks A,