On Jan 4, 2007, at 4:36 PM, Perrin Harkins wrote:
On Thu, 2007-01-04 at 16:28 -0800, Lev Lvovsky wrote:Is there anything that would keep me from instituting the connection maintenance of Apache::DBI into a daemonized perl script?Don't do that. Use DBI->connect_cached instead.
didn't even see that! thanks for the help! -lev