Open
Description
Puma has a command which re-execs the parent process without closing the listen sockets, allowing for hot reloading of code without introducing downtime.
The closest thing it seems Falcon has is the sighup handler, which doesn't reload preloaded code, so there's a tradeoff between better performance and resource usage or the ability for hot code reloading. It would be really nice if falcon would support both!
Metadata
Metadata
Assignees
Labels
No labels