in reply to Re: output to STDERR/warn hangs Perl under Apache at ~64,800 bytes
in thread output to STDERR/warn hangs Perl under Apache at ~64,800 bytes

Thanks for your input. Yes, this does seem to be more with Apache than Perl. For anyone else facing this issue, I found it does appear similar to a bug fixed back in Apache 2.0. where the stderr pipe fills up while Apache blocks awaiting stdout.

It does complete fine and flush stderr IF I close STDOUT, but that's hardly a good workaround.

-David

  • Comment on Re^2: output to STDERR/warn hangs Perl under Apache at ~64,800 bytes