> -----Oorspronkelijk bericht-----
> Van: openresty-en@googlegroups.com [mailto:openresty-en@googlegroups.com]
> Namens Yichun Zhang (agentzh)
> Verzonden: Wednesday, 16 March, 2016 20:37
> Aan: openresty-en
> Onderwerp: Re: [openresty-en] upstream module; scope of "set_peer_down"
>
> Hello!
>
> On Wed, Mar 16, 2016 at 12:35 PM, Yichun Zhang (agentzh) wrote:
> >
> > It's worker-wise. Though other workers will catch up on the next tick
> via shm.
> >
>
> It's worth noting that the sync'ing part is not the duty of this
> ngx_lua_upstream module though. For example, lua-resty-upstream-
> healthcheck takes care of it itself.
>
> Regards,
> -agentzh
>
Haha, just replied the same.
So in general; does each worker in nginx/openresty get the overall nginx config (as in the config file) as know (in the master process) at worker creation time?