Comment by quinoablast
4 years ago
That is basically how NGINX works if you run it in daemon mode. When you start or reload the server, the main process initializes common state then forks to become a worker process. Although I would recommend avoiding any IPC past that if possible
No comments yet
Contribute on Hacker News ↗