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

2009-06-02 Thread Chris McDonough
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: >

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

2009-06-02 Thread Stephan Richter
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.

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

2009-06-02 Thread Maurits van Rees
Hanno Schlichting, on 2009-06-01: > Stephan Richter wrote: >> On Thursday 28 May 2009, Roger Ineichen wrote: >>> btw, you are pointing to a good direction. Didn't we talk >>> about reload global configuration during runtime years ago? >> >> BTW, plone.reload looks really promising. > > For all I k

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

2009-06-01 Thread Hanno Schlichting
Stephan Richter wrote: > On Thursday 28 May 2009, Roger Ineichen wrote: >> btw, you are pointing to a good direction. Didn't we talk >> about reload global configuration during runtime years ago? > > BTW, plone.reload looks really promising. For all I know plone.reload works and people use it dur