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 would be possible for the admin application to at least do a clean shutdown to save me needing to open an extra terminal and paste the "kill -SIGTERM nnnn" command. I even wonder if it would be possible to go one step further and automagically restart web2py Obviously this is protected so it only works if logged into admin and running web2py directly (or maybe the GAE server as well) rather than using another server. Dave -- Dave Warnock: http://42.blogs.warnock.me.uk Cycling Blog: http://42bikes.warnock.me.uk

