What is a FIFO? FIFO are otherwise called as 'named pipes'. FIFO (first-in-first-out) is a special file which is said to be data transient. Once data is read from named pipe, it cannot be read again. Also, data can be read only in the order written. It is used in inter process communication where a process writes to one end of the pipe (producer) and the other reads from the other end (consumer). - Study24x7
Social learning Network
17 Feb 2023 12:31 PM study24x7 study24x7

What is a FIFO? FIFO are otherwise called as 'named pipes'. FIFO (first-in-first-out) is a special file which is said to be data transient. Once data is read from named pipe, it cannot be read again. Also, data can be read only in the order written. It is used in inter process c...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles