Re: Problem Recompiling mod_perl

2006-03-02 Thread Todd W
Kaplan, Andrew H. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi there -- I ran the Makefile.PL script using the command /usr/local/bin/perl. Once the compilation and install was completed, I tried running the server and unfortunately the same error message concerning Perl 5.8.0

Re: Apache::Session::MySQL lock troubles

2006-02-28 Thread Todd W
Andreas Nolte [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] .. just curious: are you running on a Linux box with 2.6.x kernel ? If yes, then you might have the trouble we had with apache AND mysql and pthreads. Solution: just move /lib/tls to s.th. like /lib/tls.save and restart

Apache::Session::MySQL lock troubles

2006-02-26 Thread Todd W
::Session::MySQL', $session_key, { Handle = $dbh, LockHandle = $dbh } ; } ; The only way I can duplicate it is by pounding the sever with ab. Once it hangs, it says hung ( can't make any other requests ). A restart always gets it going agian. Thanks in advance for any advice! Todd W.

Re: Apache::Session::MySQL lock troubles

2006-02-26 Thread Todd W
! trwww On Feb 26, 2006, at 4:29 PM, Todd W wrote: Apache::Session is occasionally hanging pages. If I stop the server, I find the following in the error log: http://waveright.homeip.net/~trwww/code/pmsi/4tp-bug.txt using pre and post statment warn()s, I found that the line

Re: Apache::Session::MySQL lock troubles

2006-02-26 Thread Todd W
Jonathan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] how many connections do you get from a show processlist in mysql? It looks right, show processlist counts connections * processes, even during a stress test. is it possible that some scoping issue had the connect occuring