Pipe

In computing, a pipe is a mechanism for inter-process communication using a unidirectional data stream. A pipe is an object that represents a communication channel between two processes. A pipe has a read end and a write end. Data written to the write end of the pipe is buffered by the kernel until it is … Read more