in reply to Re: Problem creating a singleton wrapper around DBI
in thread Problem creating a singleton wrapper around DBI

I just wanted to second this. If your script does anything long term then this is a must. I've been bitten by randomly closing database handles on my singleton in the past and it was well worth the additional _cached to fix it. I beleive this also adds value in mod_perl environments as it will cache across requests which is a big ++.


___________
Eric Hodges
  • Comment on Re^2: Problem creating a singleton wrapper around DBI