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