Re: forkserver and DBI (was: high CPU on "lost" processes with forkserver)

2008-04-25 Thread Steve Kemp
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

forkserver and DBI (was: high CPU on "lost" processes with forkserver)

2008-04-25 Thread Peter J. Holzer
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