This page is experimental and may change significantly in future releases.
Anonymous Pipe
Properties
- name
- Anonymous Pipe
- definition
- In computer science, an anonymous pipe is a simplex FIFO communication channel that may be used for one-way interprocess communication (IPC). An implementation is often integrated into the operating system's file IO subsystem. Typically a parent program opens anonymous pipes, and creates a new process that inherits the other ends of the pipes, or creates several new processes and arranges them in a pipeline.
- defined by
- https://en.wikipedia.org/wiki/Anonymous_pipe
Neighbors
AnonymousPipe has no direct neighbors in this release.