Re: framework for modperl applications

2008-07-18 Thread Mark Hedges
On Thu, 17 Jul 2008, [EMAIL PROTECTED] wrote: > I found that Catalyst is too huge to use. Other than > Catalyst, do you have any other framework suggested for MP > applications? thanks. You could help me debug Apache2::Controller. It is still unstable and incomplete, though. YAAF. --mark--

Re: modperl static or dynamic

2008-07-18 Thread jeff pang
These are the install documents for mp2: http://perl.apache.org/docs/2.0/user/install/install.html#Dynamic_mod_perl http://perl.apache.org/docs/2.0/user/install/install.html#Static_mod_perl I just think both are fine. For me I use dynamic install most time. On Sat, Jul 19, 2008 at 5:42 AM, Mario

modperl static or dynamic

2008-07-18 Thread Mario Rodríguez
Hi list: I have installed different versions of apache in different servers, the operative system in my servers is gentoo, i have long time wanting to know what is the best way of install mod_perl2, if like a install dynamic or static, what kind of advantages have each one, or which one do you

Re: mod_proxy_html (reverse proxy) functionality for Apache 1

2008-07-18 Thread Jim Brandt
Turns out I was able to munge the pages on the way back using Apache::ReverseProxy. I did this by just hacking in my fixes, but I'm thinking this might be a useful feature to suggest to the author (with a patch, of course). At first I thought to offer some of the same functionality as mod_pr

A great new profiler which works with mod_perl - Devel::NYTProf

2008-07-18 Thread Clinton Gormley
Hi all For those of you who have struggled with various Devel::*Prof modules, I thought I'd let you know about Devel::NYTProf version 2, which was recently released. Released by Tim Bunce (of DBI fame), this profiler is a major step forward. It: - profiles your code by line, sub or block - p