too many connections

2007-04-15 Thread Kelvin Wu
have been running mod_perl 2 with apache::dbi for few days, so far so good, normally 20 httpd with 30-40 persistant connections, cpu usage is under 1. but noticed sometimes cpu usage goes up to 30, and there are 80 httpd... can't even log into mysql because 'too many connections', have to restart

Re: Charts and Graphs

2007-04-15 Thread David Nicol
There's always gnuplot; also if GD does some things that the wrapper you are using does not provide hooks for, there's always Inline::C. Another very cool tool worth a look is graphwiz and its tool suite, which I only know about because it was required to get automatic documentation to work (auto

Location Bug ?

2007-04-15 Thread Jonathan Vanasco
I realized an issue with Location today: $self->PageUser->ApacheRequest->headers_out->set( Location => 'http:// www.domain.com?a=b,c,d' ) will only return the location as http://www.domain.com?a=b which makes sense as , is a reserved character unfortunately, not all websites 'play by