On 5/24/04 at 2:38 PM, [EMAIL PROTECTED] (Matt Christian) wrote:
> Because most of the errors I get are database-flavored, I'm thinking
> that the issue has to do with sharing the database handle across the
> fork.
Have you tried not sharing them? I mean, if you're already expecting a long
runn
On Mon, 2004-05-24 at 15:38, Matt Christian wrote:
> Because most of the errors I get are database-flavored, I'm thinking
> that the issue has to do with sharing the database handle across the
> fork.
Yes, in general you shouldn't do that.
> The DBI documentation says that setting InactiveDestr