[Zope-dev] plone.reload was: Re: refactoring site functionality

Chris McDonough chrism at plope.com
Tue Jun 2 12:41:19 EDT 2009


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



More information about the Zope-Dev mailing list