On Fri Apr 25, 2008 at 11:13:09 +0200, Peter J. Holzer wrote:
> > I use a singleton module to gain access to the DBI instance,
>
> That's a good idea.
I tend to use singletons pretty exclusively for DBI, project-wide
config file handling, and the use of Danga's memcached (which really
rock
On 2008-04-25 09:40:01 +0100, Steve Kemp wrote:
> I've seen problems with DBI under qpsmtpd, but I didn't pipe up
> earlier because my symptoms are different than yours.
>
> I use a singleton module to gain access to the DBI instance,
That's a good idea.
> code almost identical to this her