Re: Nginx upstream zone

2022-08-09 Thread Vishwas Bm
Thanks for answering the query. On Mon, 8 Aug, 2022, 17:04 Sergey Kandaurov, wrote: > > > On 8 Aug 2022, at 06:49, Sergey A. Osokin wrote: > > > > Hi, > > > > On Fri, Aug 05, 2022 at 07:40:35PM +0530, Vishwas Bm wrote: > >> > >> What is the use of zone in stream upstream > >> http://nginx.org/

Re: Nginx upstream zone

2022-08-08 Thread Sergey Kandaurov
> On 8 Aug 2022, at 06:49, Sergey A. Osokin wrote: > > Hi, > > On Fri, Aug 05, 2022 at 07:40:35PM +0530, Vishwas Bm wrote: >> >> What is the use of zone in stream upstream >> http://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#zone > > Since this is the part of the commercial sub

Re: Nginx upstream zone

2022-08-08 Thread Vishwas Bm
Thanks for the response. I have below configuration in nginx.conf worker_processes 8; pid /var/run/nginx.pid; worker_rlimit_nofile 196886; worker_shutdown_timeout 10s ; include /etc/nginx/conf.d/main/*.conf; events { multi_accepton; worker_connections 16384; use

Re: Nginx upstream zone

2022-08-07 Thread Sergey A. Osokin
Hi, On Fri, Aug 05, 2022 at 07:40:35PM +0530, Vishwas Bm wrote: > > What is the use of zone in stream upstream > http://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#zone Since this is the part of the commercial subscription, I'd recommend to contact NGINX Plus premium support team, p

Re: Nginx upstream zone

2022-08-07 Thread Vishwas Bm
Any inputs on this ? On Fri, 5 Aug, 2022, 19:40 Vishwas Bm, wrote: > Hi, > > What is the use of zone in stream upstream > http://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#zone > > Does it have any impact on how loadbalancing happens when there are > multiple worker process? > > Al

Nginx upstream zone

2022-08-05 Thread Vishwas Bm
Hi, What is the use of zone in stream upstream http://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#zone Does it have any impact on how loadbalancing happens when there are multiple worker process? Also how is the size needs to be calculated ? Is 5m size sufficient for 10 worker proce