Problem with perl-status memory usage

2007-09-12 Thread Richard Jones
Have setup perl-status according to the information in Practical mod_perl (Ch9.4), and am using Apache/2.2.3 mod_perl/2.0.2 on a Linux system running the XAMPP package. All perl-status functions seem to work OK, except memory usage which generates a 500 error: [Wed Sep 12 11:45:59 2007]

Re: Problem with perl-status memory usage

2007-09-12 Thread Richard Jones
Perrin Harkins wrote: On 9/12/07, Richard Jones [EMAIL PROTECTED] wrote: Both packages referred to in the error message are installed and up to date Do you have more than one perl on this system? Maybe XAMPP installs a separate one. Yes, XAMPP has its own Perl, but I ensure I install

Re: Problem with perl-status memory usage

2007-09-12 Thread Perrin Harkins
On 9/12/07, Richard Jones [EMAIL PROTECTED] wrote: I'm pretty sure the XAMPP Apache server is using its own Perl rather than the default /usr/bin/perl as I have a large number of dependencies for my mod_perl web apps which do not exist under the default perl lib path. Check it by finding the

Re: Problem with perl-status memory usage

2007-09-12 Thread Richard Jones
Perrin Harkins wrote: On 9/12/07, Richard Jones [EMAIL PROTECTED] wrote: I'm pretty sure the XAMPP Apache server is using its own Perl rather than the default /usr/bin/perl as I have a large number of dependencies for my mod_perl web apps which do not exist under the default perl lib path.

Re: Memory usage

2007-09-12 Thread Raymond Wan
Michael Peters wrote: Any links or discussion would be great. You really need to benchmark it for yourself using the version you are targetting and the OS. You can do it outside of apache and just have a simple Perl script that does nothing but sleep after it's created the large data