In this recipe, we will learn how two processes communicate using a named pipe, also known as FIFO. This recipe is divided into the following two parts:
- Demonstrating how data is written into a FIFO
- Demonstrating how data is read from a FIFO
The functions and terms we learned in the previous recipe will also be applicable here.