Op woensdag 3 oktober 2012 00:42:47 UTC+2 schreef rochacbruno het volgende: > > You could do that from the command line, too, with a python script. >> > > I understood that it need to run under the current running environment > right? if I have a server running (apache) and I open a web2py console I > will have two different environments, how the routes reloaded on the shell > will be reflected on the running apache? >
Isn't this the same with apache having more than 1 wsgi process running? Each process than has it's own envrionment.. (in this case touch wsgihandler.py will work btw.) --

