2 Jun
2009
2 Jun
'09
4:41 p.m.
If you start up a WSGI app with "paster", this is what "paster serve --reload" does, except it just restarts the process. In practice, when the application starts fast enough, it's very useful. - C On 6/2/09 10:16 AM, Stephan Richter wrote:
On Tuesday 02 June 2009, Maurits van Rees wrote:
For a small zope 3 or grok application the startup is already small though, so it may not be useful there.
Well, I would hook it up so that it reloads Python files at every request automatically, if any changed and ZCML if a ZCML file changed. This way I can avoid the roundtrip to the shell all the time.
Regards, Stephan