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

2011-07-26 Thread Christopher Stanton
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. Long long ago in a install far far away I did not run into this issue on FC4 which has very similar packages other than apache (2.0 rather than 2.2): Require

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

2011-07-26 Thread Perrin Harkins
On Mon, Jul 25, 2011 at 6:43 PM, Christopher Stanton wrote: > I am seeing high cpu utilization under RHEL5.6 which I don't see on > FC14. We are talking sub 10% on FC14 vs 80% on EL5. This is on > different hardware, but not that different. Well, you've changed hardware and lots of software versi

Re: ModPerl::RegistryLoader

2011-07-26 Thread Perrin Harkins
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 would just pull the cached handle from Apa

Re: ModPerl::RegistryLoader

2011-07-26 Thread Jiří Pavlovský
On 25.7.2011 22:18, Perrin Harkins wrote: 2011/7/22 Jiří Pavlovský: On 22.7.2011 18:15, Perrin Harkins wrote: However this doesn't work as Apache is segfaulting. That makes it sound like it is working but there's something in your scripts that doesn't like being loaded in the parent process.