openresty / lua-resty-core

New FFI-based API for lua-nginx-module
792 stars 270 forks source link

feature: add ngx.worker.pids api to get all workers pid map #403

Closed oowl closed 1 year ago

oowl commented 1 year ago

I hereby granted the copyright of the changes in this pull request to the authors of this lua-resty-core project.

Add ngx.woker.pids() API to get Nginx all worker pids subset pull request is
https://github.com/openresty/lua-nginx-module/pull/2086 https://github.com/openresty/stream-lua-nginx-module/pull/299

zhuizhuhaomeng commented 1 year ago

merged