On 3/14/07, Stas Oskin <[EMAIL PROTECTED]> wrote:
Hi.

I have a custom CGI application writing binary data to stdout.
Recently, probably after some upgrade, I begin receiving write errors
with the system error "Broken pipe".

that should mean that the web client disconnected, and your CGI
shouldn't keep pumping out data

Can someone advice how to debug this and find the issue? Also, are
there any know recent changes (from this year beginning/last year end)
which could have caused this?

prefork MPM and strace -f

Reply via email to