AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using a C Module for NGINX to Dynamic Routing
The idea of dynamically provisioning processes was originally developed at Heroku. The team used to rewrite hdb.conf every time a user process started to stop and then restart the process that didn't work at all for Apache. They discovered NGINX which had a SIGHUP signal that basically said reload the state from the config and reconfigure yourself. That turned out to be the keystone piece of making it possible to dynamically bring up and down these processes, they called them dinos.