Re: Socket read errors/dropped connections during reload

2018-11-26 Thread Maxim Dounin
Hello! On Mon, Nov 26, 2018 at 05:58:26AM -0500, dmitry.murashenkov wrote: > I've been writing a custom load test that performs nginx reload (with same > actual config) and noticed that sometimes a single connection get's dropped > during reload. The client was in Java, nginx on localhost in Dock

Re: Reverse proxy with dynamic destination

2018-11-26 Thread Sergey Kandaurov
> On 26 Nov 2018, at 01:20, hmac wrote: > > Ohh forgot to add. It does actually load, it just takes around 60 secs what > normally takes 4 seconds > And what if you try to re-run with "worker_processes 1;" ? -- Sergey Kandaurov ___ nginx mailing

Socket read errors/dropped connections during reload

2018-11-26 Thread dmitry.murashenkov
I've been writing a custom load test that performs nginx reload (with same actual config) and noticed that sometimes a single connection get's dropped during reload. The client was in Java, nginx on localhost in Docker under RHEL 7.5 and about 6k req/sec. Can somebody comment - if this is expected

Re: njs and subrequests

2018-11-26 Thread Antoine Bonavita
Hello Valentin, On Thu, Nov 22, 2018 at 9:11 PM Valentin V. Bartenev wrote: > On Sunday, 18 November 2018 18:06:27 MSK Antoine Bonavita wrote: > > Hello Valentin, > > > > And thank you for your prompt answer. Writing such a http client and > making > > it available is probably a pretty big work.