The thing the puzzles me the most is that everything runs fine 99.9% of the time. I'm kind of at a loss about what I should even log aside from the process_id. i'm curious if it's something that comes up in one particular child and causes a bunch of errors until that child dies, or if it's something that happens across processes.
Adam -----Original Message----- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 3:48 PM To: Adam Prime x443 Cc: modperl@perl.apache.org Subject: RE: [mp1] intermittant pnotes error On Mon, 2006-03-13 at 15:41 -0500, Adam Prime x443 wrote: > this is the the conf for that particular case of the error: > > <Location /careers> > SetHandler perl-script > PerlHandler StrategyV2::Careers > </Location> Looks okay. > I don't really understand method handlers and their applications, and > thus I have never used the $$ prototype. I don't ever call handler as > an object method. When you configure it do something like StrategyV2::Careers->handler, it will call that handler as a method, passing the class name first. That's why I was suspicious of this. - Perrin