Pipe

From Computer History Wiki
Revision as of 21:38, 30 June 2025 by Jnc (talk | contribs) (External link: Update Bell Labs URLs (blast Nokia))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A pipe is a reliable byte stream between processes in the UNIX operating system. They are not a general inter-process communication mechanism; a pipe between two processes must have been set up by a common ancestor of the two, before any child processes which are to use it are created.

External link