Re: modperl / apache13 memory footprints on 32 adn 64 bit servers

2009-12-22 Thread Joe Niederberger
Well, some poking aronud by the sysadmins and they found teh perl was compiled with MYMALLOC PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT USE_FAST_STDIO USE_LARGE_FILES USE_PERLIO So it was using 64 bit variables for INT and maybe some other uneeded things. So that might be a big part of it.

Re: modperl / apache13 memory footprints on 32 adn 64 bit servers

2009-12-22 Thread Joe Niederberger
Does anyone know if one can have 64bit perl use 64 bit addressing (to make use of 4GB RAM) but still use 32-bit INTs etc (to keep footprint from getting large)? Thanks, Joe N.

Re: mod_perl precompiling help

2009-12-22 Thread Perrin Harkins
On Mon, Dec 21, 2009 at 11:47 PM, Jason Sonnenschein js...@umich.edu wrote: We're running a perl-based web application and not seeing any speedups running under mod_perl. Usually that means you have a configuration problem. Can you check if your scripts are running under mod_perl by looking at

Re: mod_perl precompiling help

2009-12-22 Thread Jason Sonnenschein
On 12/22/09 10:13 AM, Perrin Harkins wrote: On Mon, Dec 21, 2009 at 11:47 PM, Jason Sonnenscheinjs...@umich.edu wrote: We're running a perl-based web application and not seeing any speedups running under mod_perl. Usually that means you have a configuration problem. Can you check

Re: mod_perl precompiling help

2009-12-22 Thread Jason Sonnenschein
On 12/22/09 10:13 AM, Perrin Harkins wrote: On Mon, Dec 21, 2009 at 11:47 PM, Jason Sonnenscheinjs...@umich.edu wrote: We're running a perl-based web application and not seeing any speedups running under mod_perl. Usually that means you have a configuration problem. Can you check

Re: modperl / apache13 memory footprints on 32 adn 64 bit servers

2009-12-22 Thread Joe Niederberger
I should add - if anyone can answer this question - would it be a good idea to do so even if possible? Thanks, Joe Niederberger Does anyone know if one can have 64bit perl use 64 bit addressing (to make use of 4GB RAM) but still use 32-bit INTs etc (to keep footprint from getting large)?