Re: Apache::DBI and MySQL warnings

2003-11-11 Thread Douglas Hunter
Perrin Harkins wrote: So, the question is, what's an elegant way to eliminate this warning? I could modify Apache::DBI to do it (although filtering a specific warning, as opposed to simply turning them all off temporarilly, could be a pain). I could install a WARN handler. Ick. Any other brigh

Re: Apache::DBI limit on connection pool

2008-04-25 Thread Douglas Hunter
e mightily useful for dev. Assuming one connection per process, I'd just set my MaxClients to fewer than the number of SESSIONS_PER_USER. Not exactly an Apache::DBI solution, but if you have control over your dev environment's httpd.conf it might could work. -- Douglas Hunter

[ot] Re: mod_perl survey results

2008-11-11 Thread Douglas Hunter
, and have been very happy with the results so far. -- Douglas Hunter