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

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to