On Tue, 2004-08-24 at 05:59, Gunnar Koppel wrote: > This messages in error.log does not appear on every invocation but > randomly. I don't see those messages for script in which i moved > disconnect to the logical end point. Maybe someone can point out, why it > happens with END-block?
There's nothing in your code here that would cause it. The END block runs when the apache child process is shut down, but that should be fine. My guess is that you lost your connection somewhere along the line. - 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