Re: [Catalyst] auto re-load of application yaml config file?

2008-07-25 Thread Pedro Melo
On Jul 24, 2008, at 10:16 PM, Jonathan Rockway wrote: * On Thu, Jul 24 2008, Pedro Melo wrote: And yes, the tradeoff is mod_perl, which is more complex than FCGI. How does Perlbal require mod_perl? I would just run the application's own HTTP server behind Perlbal. Not very complex at all.

Re: [Catalyst] auto re-load of application yaml config file?

2008-07-24 Thread Jonathan Rockway
* On Thu, Jul 24 2008, Pedro Melo wrote: > And yes, the tradeoff is mod_perl, which is more complex than FCGI. How does Perlbal require mod_perl? I would just run the application's own HTTP server behind Perlbal. Not very complex at all. -- print just => another => perl => hacker => if $,=$"

Re: [Catalyst] auto re-load of application yaml config file?

2008-07-24 Thread Pedro Melo
Hi, On Jul 24, 2008, at 3:33 AM, Matt S Trout wrote: On Wed, Jul 23, 2008 at 11:26:18PM +0100, Pedro Melo wrote: On Jul 23, 2008, at 4:32 AM, Matt S Trout wrote: On Tue, Jul 22, 2008 at 12:53:10PM +0200, Marc Sebastian Pelzer wrote: Hello, I'm running a Catalyst application under mod_perl a

Re: [Catalyst] auto re-load of application yaml config file?

2008-07-23 Thread Matt S Trout
On Wed, Jul 23, 2008 at 11:26:18PM +0100, Pedro Melo wrote: > > On Jul 23, 2008, at 4:32 AM, Matt S Trout wrote: > > >On Tue, Jul 22, 2008 at 12:53:10PM +0200, Marc Sebastian Pelzer wrote: > >>Hello, > >> > >>I'm running a Catalyst application under mod_perl and wonder if there > >>is a Plugin av

Re: [Catalyst] auto re-load of application yaml config file?

2008-07-23 Thread Pedro Melo
On Jul 23, 2008, at 4:32 AM, Matt S Trout wrote: On Tue, Jul 22, 2008 at 12:53:10PM +0200, Marc Sebastian Pelzer wrote: Hello, I'm running a Catalyst application under mod_perl and wonder if there is a Plugin available that detects changes on the main application .yml config file and does a a

Re: [Catalyst] auto re-load of application yaml config file?

2008-07-22 Thread Matt S Trout
On Tue, Jul 22, 2008 at 12:53:10PM +0200, Marc Sebastian Pelzer wrote: > Hello, > > I'm running a Catalyst application under mod_perl and wonder if there > is a Plugin available that detects changes on the main > application .yml config file and does a automatic re-load if needed? > It not -

Re: [Catalyst] auto re-load of application yaml config file?

2008-07-22 Thread Jonathan Rockway
* On Tue, Jul 22 2008, Marc Sebastian Pelzer wrote: > Hello, > > I'm running a Catalyst application under mod_perl and wonder if there > is a Plugin available that detects changes on the main application > .yml config file and does a automatic re-load if needed? It not - > what would be the most

[Catalyst] auto re-load of application yaml config file?

2008-07-22 Thread Marc Sebastian Pelzer
Hello, I'm running a Catalyst application under mod_perl and wonder if there is a Plugin available that detects changes on the main application .yml config file and does a automatic re-load if needed? It not - what would be the most elegant (and less I/O intensive) way of doing this? Woul