Re: 64-bit mod_perl 2 on Mac OSX 10.5 (Leopard)

2008-10-13 Thread Chetan Sarva
On Oct 9, 2008, at 7:08 PM, Fred Moyer wrote: Which is what leads me to believe that I need to build x86_64 perl and mod_perl to make it work. Are my assumptions correct? I have found Leopard's default builds to not be that developer friendly (perhaps a good indicator is that you have to

64-bit mod_perl 2 on Mac OSX 10.5 (Leopard)

2008-10-09 Thread Chetan Sarva
Hi, I'm trying to compile mod_perl 2 on a Xeon (x86_64) box. I'm unclear as to the dependencies I need to compile it correctly. Everything is default as shipped by Apple. A bit of investigation reveals the following potential mismatch - geonosis:~ chetan$ which perl /usr/bin/perl

Re: Finding memory leaks

2007-10-24 Thread Chetan Sarva
On Oct 24, 2007, at 3:59 AM, Philippe M. Chiasson wrote: Have you tried Apache::Leak? http://search.cpan.org/~gozer/mod_perl-1.30/Leak/Leak.pm Everything I've read about Apache::Leak says it points out lots of false positives and can be a huge waste of time. Maybe I'll give it a try

Finding memory leaks

2007-10-23 Thread Chetan Sarva
Hey all, We've got an aging web app running on Apache/1.3.34 (Ubuntu) and mod_perl/1.29 which we know has several memory leaks --- apache has been crashing of late and we'd like to stop that. For the time being we're using Apache::SizeLimit but would like to actually find and fix the