ahmethedev / pipeline_c

Child process and Pipeline for Calculating Sum of Squares of Integers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Child Process and Pipeline

Built a C file which uses fork(2) and pipe(2) for parallel computigto calculate sum of squares of integers values that read from a file.

7 integer values: 7 child process and 1 pipe for communication.

This is a homework project for my Operating Systems lecture.

About

Child process and Pipeline for Calculating Sum of Squares of Integers.


Languages

Language:C 100.0%