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
> 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
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
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.