Malcolm wrote:
> On Friday 22 February 2008, BenRifkah Bergsten-Buret wrote:
>
>
>> I've never used Apache::Reload and it looks like it might be a good
>> shortcut. Here's the massive hack that I have in my top level autohandler:
>>
>
> That's approximately what Apache::Reload does, just i
On Friday 22 February 2008, BenRifkah Bergsten-Buret wrote:
> I've never used Apache::Reload and it looks like it might be a good
> shortcut. Here's the massive hack that I have in my top level autohandler:
That's approximately what Apache::Reload does, just in a more generic manner.
> It's a d
Malcolm wrote:
On Friday 22 February 2008 02:14:43 pm Jeremy Blain wrote:
This is a mod_perl issue, not mason.
The apache module is loaded once, and not recompiled (one of the main
ways mod_perl increases performance).
I think there are some modules that allow it to dynamically reload when
n
On Friday 22 February 2008 02:14:43 pm Jeremy Blain wrote:
> This is a mod_perl issue, not mason.
> The apache module is loaded once, and not recompiled (one of the main
> ways mod_perl increases performance).
>
> I think there are some modules that allow it to dynamically reload when
> needed, a s
Very interesting. Thanks for the new direction; I'll see what the mod_perl
folks say.
Thanks again.
John Halladay
Green Aspen, Inc.
www.greenaspen.com
801.860.4250
Jeremy Blain wrote:
> This is a mod_perl issue, not mason.
> The apache module is loaded once, and not recompiled (one of the mai
This is a mod_perl issue, not mason.
The apache module is loaded once, and not recompiled (one of the main
ways mod_perl increases performance).
I think there are some modules that allow it to dynamically reload when
needed, a search of the mod_perl lists
may help.
John Halladay wrote:
>I've got
I've got a mailer object that I've been using for a while now with no problems.
I've just added a new method to it and go to use it on the front end and get
an error saying:
Can't locate object method "send_email_text" via package
"GreenAspen::Classes::Mailer"
After troubleshooting my code, i
7 matches
Mail list logo