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 an

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 occuri

Re: Apache::Session::MySQL lock troubles

2006-02-26 Thread Todd W
e some files in the root of > that page that suggested such) tail the logs while you stresstest. > Help! I'm drowning in log entries :-) Thank you so much for your very useful tips! trwww > > On Feb 26, 2006, at 4:29 PM, Todd W wrote: > > > Apache::Session is occasiona

Apache::Session::MySQL lock troubles

2006-02-26 Thread Todd W
pache::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.