Re: Nginx Listen directive with reuseport; SO_REUSEPORT

2017-10-23 Thread Lucas Rolff
What’s high traffic? At a previous employer we used it across the infrastructure, and I’d say it’s fairly high traffic (100s of gigabit of traffic). On 23/10/2017, 21.15, "nginx on behalf of c0nw0nk" wrote: So on each server you can add to your listen directive. listen 8181 d

Nginx Listen directive with reuseport; SO_REUSEPORT

2017-10-23 Thread c0nw0nk
So on each server you can add to your listen directive. listen 8181 default bind reuseport; Cloudflare use it and posted in on their blog and github here (benchmark stats included) GitHub : https://github.com/cloudflare/cloudflare-blog/tree/master/2017-10-accept-balancing Cloudflare Blog : htt

Re: SO_REUSEPORT

2015-06-10 Thread itpp2012
Maxim Dounin Wrote: --- > Hello! > > On Wed, Jun 10, 2015 at 06:06:22AM -0400, itpp2012 wrote: > > > Try the latest 1.9.2, in 191 is was added but not working. > > This is not true. I stand corrected, mistakenly took http://hg.nginx.org/nginx/

Re: SO_REUSEPORT

2015-06-10 Thread Maxim Dounin
Hello! On Wed, Jun 10, 2015 at 11:46:49AM +0200, basti wrote: > Hello, > Ihave rebuild nginx 1.9.1 from source to use SO_REUSEPORT on my wheezy > install with kernel 3.16 (from backports). > (packages from http://nginx.org/packages/mainline/debian/has not include > SO_REUSEPORT) &

Re: SO_REUSEPORT

2015-06-10 Thread Maxim Dounin
Hello! On Wed, Jun 10, 2015 at 06:06:22AM -0400, itpp2012 wrote: > Try the latest 1.9.2, in 191 is was added but not working. This is not true. -- Maxim Dounin http://nginx.org/ ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman

Re: SO_REUSEPORT

2015-06-10 Thread basti
Thanks for your answer Maxim On 10.06.2015 12:40, Maxim Konovalov wrote: > On 6/10/15 1:06 PM, itpp2012 wrote: >> Try the latest 1.9.2, in 191 is was added but not working. >> > http part is fully functional in 1.9.1. The author has different > issue and Lukas Tribus already answered. > _

Re: SO_REUSEPORT

2015-06-10 Thread Maxim Konovalov
On 6/10/15 1:06 PM, itpp2012 wrote: > Try the latest 1.9.2, in 191 is was added but not working. > http part is fully functional in 1.9.1. The author has different issue and Lukas Tribus already answered. -- Maxim Konovalov http://nginx.com ___ nginx

Re: SO_REUSEPORT

2015-06-10 Thread basti
Where can I find? The latest tag I have found is 1.9.1. (http://trac.nginx.org/nginx/browser/nginx?order=name) On 10.06.2015 12:06, itpp2012 wrote: > Try the latest 1.9.2, in 191 is was added but not working. > > Posted at Nginx Forum: > http://forum.nginx.org/read.php?2,259486,259488#msg-259488

RE: SO_REUSEPORT

2015-06-10 Thread Lukas Tribus
> Some errors are still present: > > [emerg] 19351#19351: duplicate listen options for 0.0.0.0:80 in ... > > Is there a way to use "reuseports" for multiple locations? You have to declare it once and only once. Please read: http://nginx.org/en/docs/http/ngx_http_core_module.html#listen Lukas

Re: SO_REUSEPORT

2015-06-10 Thread itpp2012
Try the latest 1.9.2, in 191 is was added but not working. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259486,259488#msg-259488 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

SO_REUSEPORT

2015-06-10 Thread basti
Hello, Ihave rebuild nginx 1.9.1 from source to use SO_REUSEPORT on my wheezy install with kernel 3.16 (from backports). (packages from http://nginx.org/packages/mainline/debian/has not include SO_REUSEPORT) Some errors are still present: [emerg] 19351#19351: duplicate listen options for 0.0.0.0