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.
* 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 $,=$"
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
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
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
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 -
* 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
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