6.3.5 The Infamous SIGPIPE Signal (original) (raw)

next up previous contents
Next: 6.4 System V IPC Up: 6.3 Named Pipes (FIFOs Previous: 6.3.4 Blocking Actions on

On a last note, pipes must have a reader and a writer. If a process tries to write to a pipe that has no reader, it will be sent the SIGPIPE signal from the kernel. This is imperative when more than two processes are involved in a pipeline.


Converted on: Fri Mar 29 14:43:04 EST 1996