Science, asked by nilanjandasnil3458, 1 year ago

What is a names Pipe and how is it different from regular pipes?

Answers

Answered by MasterPro
0
Named pipe. In computing, a named pipe (also known as a FIFO for its behavior) is an extension to the traditional pipe concept on Unix and Unix-like systems, and is one of the methods of inter-process communication (IPC). Usually a named pipe appears as a file, and generally processes attach to it for IPC.
Similar questions