Write a short note on pipes. Also explain two limitations of pipes.
Answers
Answered by
1
limitation of pipes for interprocess communication is that the processes using pipes must have a common parent process (that is, share a common open or initiation process and exist as the result of a fork system call from a parent process). A pipe is fixed in size and is usually at least 4,096 bytes.
Similar questions