Unix IPC: Pipes and FIFOs
25 Nov 2012
This snippet will show you two processes communicating between each other using a pipe.
FIFOs are just pipes that have a specific name. In this snippet the name is a constant defined elsewhere called FIFO_NAME.
Further reading
The mknod system call