Difference between revisions of "Pipe"
From Computer History Wiki
m (+cat) |
(not a general IPC mechanism) |
||
Line 1: | Line 1: | ||
− | A '''pipe''' is a [[reliable byte stream]] between [[process]]es in the [[UNIX]] [[operating system]]. | + | A '''pipe''' is a [[reliable byte stream]] between [[process]]es 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. |
{{stub}} | {{stub}} | ||
[[Category: OS Basics]] | [[Category: OS Basics]] |
Revision as of 11:22, 4 March 2023
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.