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. - Perrin
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. - Perrin