Skip to content

I wrote a C program that creates three processes (one parent and two children). The processes then relay information to each other from the read text file “input.txt” line by line. After the first three processes, the third process will read from the second pipe (input.txt) and output to “output.txt”.

Notifications You must be signed in to change notification settings

StephanieVal07/steph_Pipelining_in_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

I wrote a C program that creates three processes (one parent and two children). The processes then relay information to each other from the read text file “input.txt” line by line. After the first three processes, the third process will read from the second pipe (input.txt) and output to “output.txt”.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages