Skip to content

zhoub/FifoIPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FifoIPC

Example to use Linux FIFO for IPC

Explanation

FIFO is a powerful feature at POSIX system of IPC. This project demostrated the way to pass data from the writer process to the reader program without using fork().

Releases

No releases published

Packages