I forgote the link to pastebin. Here it is: http://pastebin.com/i0gk9xik
-- Vinicius Assef On Mon, Dec 10, 2012 at 1:45 PM, Vinicius Assef <[email protected]> wrote: > 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) >> >> -- >> >> >> --

