GUI / nginx-upstream-dynamic-servers

An nginx module to resolve domain names inside upstreams and keep them up to date.
MIT License
311 stars 74 forks source link

multi worker_processes can work well? #36

Open alexzzh opened 1 year ago

alexzzh commented 1 year ago

Case: nginx run N worker_processes by specify worker_processes N; how about one process is connecting the upstream's server , at the same time, another process is reinit_upstream ? on the other hand, this module can work well only on single worker process ?
thanks for your answer.