Re: reloading perl modules under heavy load

2012-10-03 Thread Perrin Harkins
On Wed, Oct 3, 2012 at 9:45 AM, Jason Aubrey wrote: > Hi All, > > We have modperl application running on 64bit (2 cores), freebsd 8.2, perl > 1.14.1, modperl 2.0.5, apache 2.2.21, 24GB of ram and about 5.5k users. > Additional system details are below. Under heavy load we are seeing errors > of

Re: reloading perl modules under heavy load

2012-10-03 Thread Randolf Richardson
> Hi All, > > We have modperl application running on 64bit (2 cores), freebsd 8.2, perl > 1.14.1, modperl 2.0.5, apache 2.2.21, 24GB of ram and about 5.5k users. > Additional system details are below. Under heavy load we are seeing errors > of the form > > Failed to evaluate module Parser::Lega

Re: reloading perl modules under heavy load

2012-10-03 Thread Andy Colson
On 10/3/2012 8:45 AM, Jason Aubrey wrote: Hi All, We have modperl application running on 64bit (2 cores), freebsd 8.2, perl 1.14.1, modperl 2.0.5, apache 2.2.21, 24GB of ram and about 5.5k users. Additional system details are below. Under heavy load we are seeing errors of the form Failed

RE: reloading perl modules under heavy load

2012-10-03 Thread j.brown
Hi - Are you loading that at startup? Is it necessary to reload the module while running, or can you load it once? We had something similar that looked like random loading problems on Debian about 3 years back. When I switched to put all of the use statements in a startup.pl and configured ap

reloading perl modules under heavy load

2012-10-03 Thread Jason Aubrey
Hi All, We have modperl application running on 64bit (2 cores), freebsd 8.2, perl 1.14.1, modperl 2.0.5, apache 2.2.21, 24GB of ram and about 5.5k users. Additional system details are below. Under heavy load we are seeing errors of the form Failed to evaluate module Parser::Legacy: Attempt to r