Re: Nginx request processing is slow when logging disabled

2019-07-16 Thread heythisisom
Hi Maxim, Thank you for your suggestion. I understand that enabling/disabling logging introduces extra CPU overhead. However, I will start to monitor the listen queue with the ss command and debug the Issue further. Thanks, Om Posted at Nginx Forum: https://forum.nginx.org/read.php?2,284757,284

Re: Nginx request processing is slow when logging disabled

2019-07-13 Thread heythisisom
Hi Maxim, The nginx reverse proxy and uWSGI runs on the same host. Each nginx reverse proxies are connected to only one single Instance of the uWSGI backend. But in the uWSGI backend, I'm running 4 workers in total based on the configuration 2 workers can be handled by 1 VCPU. Essentially the In

Re: Nginx request processing is slow when logging disabled

2019-07-13 Thread heythisisom
Hi Maxim, The nginx reverse proxy and uWSGI runs on the same host. Each nginx reverse proxies are connected to only one single Instance of the uWSGI backend. But in the uWSGI backend, I'm running 4 workers in total based on the configuration 2 workers can be handled by 1 VCPU. Essentially the In