confirming: in multiprocess environments reload routes is unuseful (and "right" to be so) cause it affects only the process "processing" the request. After all, in production environments routes can't change so often.
Reloading e.g. uwsgi is a breeze both with signals and with options like touch-reload, without any request being lost in the way (hot-reload) --

