Re: [PATH] support for UNIX socket in abstract namespace

2017-09-07 Thread Maxim Dounin
Hello! On Thu, Sep 07, 2017 at 10:03:51AM -0400, Pavel Murzakov wrote: > Thank you. > I knew that there was a patch. Just wondering whether it's going to be > merged or not cause it's more handy when you don't need to patch anything. Unlikely, unless there will be some positive feedback on the

Re: [PATH] support for UNIX socket in abstract namespace

2017-09-07 Thread Pavel Murzakov
Thank you. I knew that there was a patch. Just wondering whether it's going to be merged or not cause it's more handy when you don't need to patch anything. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,200086,276296#msg-276296 ___ nginx m

Re: [PATH] support for UNIX socket in abstract namespace

2017-09-07 Thread Maxim Dounin
Hello! On Wed, Sep 06, 2017 at 05:20:11PM -0400, Pavel Murzakov wrote: > Is there any chance that abstract namespace support will be added for unix > sockets? You may try the patch here, likely it still applies: http://mailman.nginx.org/pipermail/nginx-devel/2016-October/008878.html -- Maxim

Re: Too many connections in waiting state

2017-09-07 Thread Anoop Alias
Doing strace on a nginx child in the shutdown state i get ## strace -p 23846 strace: Process 23846 attached restart_syscall(<... resuming interrupted futex ...> ) = -1 ETIMEDOUT (Connection timed out) futex(0x7a6c0078, FUTEX_WAKE_PRIVATE, 1) = 0 futex(0x7a6c00c4, FUTEX_WAIT_BITSE

Re: Too many connections in waiting state

2017-09-07 Thread Lucas Rolff
Check if any of the sites you run on the server gets crawled by any crawlers around the time you see an increase – I know that a crawler such as Screaming Frog doesn’t handle servers that are capable of http2 connections and have it activated for sites that are getting crawled, and will result i

Too many connections in waiting state

2017-09-07 Thread Anoop Alias
Hi, I see sometimes too many waiting connections on nginx . This often gets cleared on a restart , but otherwise pileup ### Active connections: 4930 server accepts handled requests 442071 442071 584163 Reading: 2 Writing: 539 Waiting: 4420 ### [root@w