Re: How important is the "reuseport" flag for quic?

2024-06-25 Thread Dominic Preston
On Tue, 25 Jun 2024 at 16:35, J Carter wrote: > Very, it's required to use the reuseport parameter when using multiple > workers as per the documentation here[1] so that all UDP packets of a > HTTP/3/quic connection are routed to and handled by the same worker, as > I understand. I see, thanks.

How important is the "reuseport" flag for quic?

2024-06-15 Thread Dominic Preston
I'm using nginx 1.26.1 from the nginx.org ubuntu repo. I find when I remove the "reuseport" flag from the "listen" directive for my quic port, a lot page assets fail to load, and the browser ultimately falls back to http/2. When I re-add "reuseport", all http/3 requests succeed again. How crucia

Re: nginx imap proxy - timeouts

2014-10-23 Thread Dominic
#x27;t tried them yet. Are you measuring the response time of the HTTP auth request? - Add timing informations to you Perl script. Check the connection limits of your LDAP backends. Regards Dominic ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx imap proxy - timeouts

2014-10-23 Thread Dominic
rating system. Whatsapp is handling more than 2 million connections per host with FreeBSD [4]. Or use a load balancer with multiple nodes. Regards Dominic [1] http://www.nateware.com/linux-network-tuning-for-2013.html [2] http://dak1n1.com/blog/12-nginx-performance-tuning [3] http://superuse

Re: Debian Package Rules as Mercurial repositories

2014-10-15 Thread Dominic
On 10/10/14 15:28, Sergey Budnevitch wrote: > > On 07 Oct 2014, at 04:51, Dominic wrote: > >> Dear List >> >> I'm looking for the Debian package rules. I could download the >> source file from >> http://nginx.org/packages/mainline/ubuntu/pool/ng

Debian Package Rules as Mercurial repositories

2014-10-06 Thread Dominic
ht be an archive of the nginx builds at http://nginx.org/packages/ or a public repository for the build process. Regards Dominic ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx