On Thu, 2004-05-27 at 15:20, Mike Blazer wrote: > See, in the very beginning - 3 child processes started and connected to > the same mysql thread_id > > None of my processes ever disconnects, they all use Apache:DBI and > everything is checked to be correct. > Seems like it's mysql error in dispatching threads?
Usually it's something opening a database connection before apache forks. How about showing us the parts of your startup code that deal with database connections? - Perrin -- 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