Re: On memory consumption - request for comments

2011-02-23 Thread Torsten Förtsch
On Thursday, February 24, 2011 07:45:29 Max Kanat-Alexander wrote: > Hey Fred. So given the discussion that we've had on this, do you think > that the next version of SizeLimit could change its Linux behavior to > return the more appropriate rss size? yes Torsten Förtsch -- Need professio

Re: On memory consumption - request for comments

2011-02-23 Thread Max Kanat-Alexander
Hey Fred. So given the discussion that we've had on this, do you think that the next version of SizeLimit could change its Linux behavior to return the more appropriate rss size? -Max -- http://www.bugzillasource.com/ Competent, Friendly Bugzilla, Perl, and IT Services

Re: Apache::DBI and DBD::mysql ping not working

2011-02-23 Thread Daniel Manley
well, I think I figured this one out on my own. Though I've used Perl for a number of years, I've never gotten to the XS file coding. and so after running this under perl debug, I finally get the hint that maybe the mysql ping() is done in C. And so it is. Dan On 11-02-23 11:28 AM, Daniel

Apache::DBI and DBD::mysql ping not working

2011-02-23 Thread Daniel Manley
Hi, I've been digging around in my mod_perl-based apps and trying to figure out why setting up the DB connections for pinging is still randomly producing first-thing-in-the-morning "mysql server has gone away" errors. I read up about the morning bug and such (adding ping() to mysql.pm based

Re: perl -c fails with FilterSnoop example in docs

2011-02-23 Thread Perrin Harkins
On Tue, Feb 22, 2011 at 3:32 PM, Mark Hedges wrote: > I copied this useful debugging filter at > http://perl.apache.org/docs/2.0/user/handlers/filters.html#All_in_One_Filter > > It works fine, but I can't `perl -c` : Yes, the modules that are built to run in the context of Apache HTTPD mostly wil