Re: [web2py] Stopping Dev server

2011-03-24 Thread pbreit
I guess it is tricky. I was concerned about my crons causing 5 python processes to start every time I restarted web2py. The answer is probably not that simple. When you're in dev mode and only using Python with web2py, there might be a solution. Otherwise, I suppose you have to be careful about

Re: [web2py] Stopping Dev server

2011-03-24 Thread Marco Mansilla
I've been wondering about it too, and for the same reasons, wouldn't be possible to set a -reload parameter on development mode? or just a mode that assumes it by itself, develmode or something like that. Marco > Hi, > > Just wondering if the admin application could off the option to > restart

[web2py] Stopping Dev server

2011-03-24 Thread David Warnock
Hi, Just wondering if the admin application could off the option to restart the development webserver. When running in development mode using "python2.5 web2py.py" there are a few times when the server needs to be stopped or restarted (install upgrade, adding routes.py). I wondered whether it wo