Re: Questions regarding worker_connections

2018-08-27 Thread Maxim Dounin
Hello! On Mon, Aug 27, 2018 at 10:31:13AM -0700, Alder Netw wrote: > Thanks Maxim for the info. So worker connections in waiting state may not > be > ready to be reused. Is there any maximum waiting time? We seem to run into > a condition that those connections are permanently stuck in waiting s

Re: Questions regarding worker_connections

2018-08-27 Thread Alder Netw
Thanks Maxim for the info. So worker connections in waiting state may not be ready to be reused. Is there any maximum waiting time? We seem to run into a condition that those connections are permanently stuck in waiting state. Also, what would be the ball-park number of worker_connections should

Re: Questions regarding worker_connections

2018-08-27 Thread Maxim Dounin
Hello! On Fri, Aug 24, 2018 at 02:54:31PM -0700, Alder Netw wrote: > Got a question regarding the worker_connections configuration. Is a > worker_connection > essentially > a tcp socket connection or http session? The worker_connections directive configures maximum number of connections a worke

Questions regarding worker_connections

2018-08-24 Thread Alder Netw
Got a question regarding the worker_connections configuration. Is a worker_connection essentially a tcp socket connection or http session? Via the http_stub_status_module, I can see there are connections in waiting state, but any new request will result in a "worker connections are not enough" ale