Re: mod_perl-1.31 compilation with perl 5.14.1 fails

2011-07-27 Thread Fred Moyer
On Tue, Jul 12, 2011 at 12:36 PM, Perrin Harkins wrote: > On Mon, Jul 11, 2011 at 11:39 PM, Fred Moyer wrote: >> Looks like a patch for this issue was posted.  Greg, do you want to >> try out this patch and report back? >> >> https://rt.cpan.org/Public/Bug/Display.html?id=64999#txn-954785 > > Thi

Re: High CPU utilization on RHEL5.6/CentOS5.6

2011-07-27 Thread Christopher Stanton
Which benchmark module would work best with mod_perl, Perl 5.8 and Perl 5.12? On Wed, Jul 27, 2011 at 7:22 AM, Dave Hodgkinson wrote: > > On 26 Jul 2011, at 18:58, Christopher Stanton wrote: > >> I will see if I can get Perl 5.12 and an associated mod_perl up and >> running on the problem machine

Re: High CPU utilization on RHEL5.6/CentOS5.6

2011-07-27 Thread Dave Hodgkinson
On 26 Jul 2011, at 18:58, Christopher Stanton wrote: > I will see if I can get Perl 5.12 and an associated mod_perl up and > running on the problem machine and see if the CPU utilization goes > down. Is benchmarking out of the question?

Re: Changing browser URL based on condition

2011-07-27 Thread Mårten Svantesson
2011-07-11 20:48, Jerry Pereira wrote: Hi All, I would like to know if there is a way to change the URL displayed on browser without using Redirect option. The URL visible on client browser must be based on some condition that is evaluated in my mod_perl handler. For example - 1. User types

Re: ModPerl::RegistryLoader

2011-07-27 Thread Jiří Pavlovský
On 26.7.2011 16:08, Perrin Harkins wrote: 2011/7/26 Jiří Pavlovský: That is probably it, I store db handle in a singleton. That, unfortunately is something I cannot change easily Apache::DBI should make this unnecessary. You could change your singleton code to DBI->connect every time and it wo