This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Description
I would like to be able to reload configuration (particularly static bindings) without restarting. This could be as simple as responding to a SIGHUP as is convention, or periodically doing an os.stat on the config files checking for changes in mtime, or even inotify(7)/kqueue(2) type notifications.