Re: nginx -s reload terminates connections

2017-07-06 Thread rlx01
Hi, It's not a problem specific to wrk as we see this with heavy production traffic where nginx drops real requests. This is just the simplest possible test case. :) It also fails with siege, h2load, ab, etc. Thanks! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,275328,275330#msg-2

Re: nginx -s reload terminates connections

2017-07-06 Thread JackB
With a plain standard configuration I can confirm behavior of wrk on Ubuntu 16.04 (Linux 4.4.0): Running without reload during run: $ wrk -d 30 -c 100 -t 20 http://localhsot/ Running 30s test @ http://localhost/ 20 threads and 100 connections Thread Stats Avg Stdev Max +/- Stdev

nginx -s reload terminates connections

2017-07-06 Thread rlx01
Hi, Using the official 1.12.0 package on debian 9 and the 1.12.0 ports package on FreeBSD 11-RC1, calling nginx -s reload drops connections. It's fairly easy to reproduce, I just install the fresh package from wherever, and serving the default index.html, I run wrk, and in the middle of the run I

Re: "aio on" unsupported on centos6.8

2017-07-06 Thread Maxim Dounin
Hello! On Wed, Jul 05, 2017 at 10:34:07PM -0400, foxgab wrote: > it said ""aio on" is unsupported on this platform in > /usr/local/nginx/conf/nginx.conf:25" when i apply my conf. > > see version info bellow: > > [root]# /usr/local/nginx/sbin/nginx -v > nginx version: nginx/1.10.3 > > [root]# l