PPT Slide
Communicating with Pipes
- A pipe combines best of message passing simplicity with file I/O semantics
- Figure 3.16: Allows for arbitrary sized messages, no explicit message queue management required
- UNIX allows for both named (pipe is a file visible in the UNIX file system) and unnamed pipes
- See “man pipe” for information on UNIX pipes