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 running process, why not just open a new handle in the fork? It'll only add small amount to the overall time. Bill ============================================= William A. McCabe KBO Services, Inc. [EMAIL PROTECTED] (781) 756-0176 -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html