In article <361 at baylor.UUCP> peter at baylor.UUCP (Peter da Silva) writes: >OK. What should my whizzbang filter do when a write fails, other than >write an error message and quit? Nothing. You should write an error message to stderr and quit. If the write to stderr fails, feel free to give up entirely. But don't fail to detect the error on the original write.