Skip to content

rfarnham/mkfifo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

mkfifo-example

Simple example of processes communicating over a named pipe.

Building

make mkfifo-example

Running

./mkfifo-example creator fifo
./mkfifo-example writer fifo &
./mkfifo-example reader fifo

Notice reader or writer will block until its counterpart is running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published