Thank you Jonathan and Niphlod. I'm working with routes and trying to normalize things to have just one version of myapp/routes.py running local and in test/production environment.
Here is a pastebin with questions. Could you help me? -- Vinicius Assef On Mon, Dec 10, 2012 at 1:15 PM, Niphlod <[email protected]> wrote: > 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) > > -- > > > --

