in reply to Re^2: "Software caused connection abort" mod_perl errors on 'print' statement
in thread "Software caused connection abort" mod_perl errors on 'print' statement

I think mod_cgi buffers the output, but it wouldn't surprise me if mod_perl gives you a more direct path to the client. I don't know either, which is why I phrased it as a question.
  • Comment on Re^3: "Software caused connection abort" mod_perl errors on 'print' statement

Replies are listed 'Best First'.
Re^4: "Software caused connection abort" mod_perl errors on 'print' statement
by Anonymous Monk on Oct 24, 2009 at 18:53 UTC
    I see the same thing here after an OpenSuse security update. All happening at a print "foo" if (mostly true) statement.