Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 938 Bytes

about-pipes.md

File metadata and controls

23 lines (14 loc) · 938 Bytes
description ms.assetid title ms.topic ms.date
General information about pipes. There are two types of pipes: anonymous pipes and named pipes. Anonymous pipes require less overhead than named pipes, but offer limited services.
a44f1d28-14ab-4808-aa82-1cbd4958e41d
About Pipes
article
05/31/2018

About Pipes

There are two types of pipes: anonymous pipes and named pipes. Anonymous pipes require less overhead than named pipes, but offer limited services.

The term pipe, as used here, implies that a pipe is used as an information conduit. Conceptually, a pipe has two ends. A one-way pipe allows the process at one end to write to the pipe, and allows the process at the other end to read from the pipe. A two-way (or duplex) pipe allows a process to read and write from its end of the pipe.