Re: hanging CPU-sucking httpd procs that say "..reading.."

2005-09-10 Thread Jeff Ambrosino
Not one to leave myself hanging :), I thought I'd update the group before I switch venues... I've narrowed this problem to SSL requests only, and httpd is hanging during the request read. I use a PerlPostReadRequestHandler (which has been helpful in scoping the problem via a USR2 signal trap), bu

Re: hanging CPU-sucking httpd procs that say "..reading.."

2005-09-08 Thread Jeff Ambrosino
Sorry, I should have mentioned that I'm using a reverse mod_proxy, so the "hanging" is most likely during the http response from the back-end web server. I realize this may not be a MP2 problem, but figured I'd at least start here on the mod_perl list since my entire app is an http output filter t