Re: Restarting service takes too much time

2022-12-05 Thread Maxim Dounin
Hello! On Mon, Dec 05, 2022 at 09:43:18PM +0100, Charlie Kilo wrote: > I know the problem also from an environment with many sites and thousands > of ips to bind to. for us the problem is that nginx binds every worker to > every ip sequentially - leading to a restart time of 10-15 minutes. the >

Re: Restarting service takes too much time

2022-12-05 Thread Charlie Kilo
I know the problem also from an environment with many sites and thousands of ips to bind to. for us the problem is that nginx binds every worker to every ip sequentially - leading to a restart time of 10-15 minutes. the problem can easily be observed using strace on the master process during start