[uWSGI] listen queue overflow in a coroae app (not restart)

2018-04-26 Thread Руслан Закиров
Hello, We see the following messages in logs: uWSGI listen queue of socket "0.0.0.0:5002" (fd: 10) full !!! (101/100) It's not related to restart. I can reproduce it by bombarding app using ab tool: ab -k -l -r -c 200 -n 1 http://192.168.1.48:5002/ This request lookups in apps' routing ta

Re: [uWSGI] listen queue overflow in a coroae app (not restart)

2018-04-26 Thread Roberto De Ioris
> Hello, > > We see the following messages in logs: > > uWSGI listen queue of socket "0.0.0.0:5002" (fd: 10) full !!! (101/100) > > It's not related to restart. I can reproduce it by bombarding app using ab > tool: > > ab -k -l -r -c 200 -n 1 http://192.168.1.48:5002/ > > HI, ab is not a goo

Re: [uWSGI] listen queue overflow in a coroae app (not restart)

2018-04-26 Thread Руслан Закиров
On Thu, Apr 26, 2018 at 6:35 PM, Roberto De Ioris wrote: > > > Hello, > > > > We see the following messages in logs: > > > > uWSGI listen queue of socket "0.0.0.0:5002" (fd: 10) full !!! (101/100) > > > > It's not related to restart. I can reproduce it by bombarding app using > ab > > tool: > > >