Gregrs400 / cmpsc472Project1

Multithreading implementation for counting words in files, with inter-process communication
0 stars 0 forks source link

Pipe implementation between child processes and parent process #3

Closed Gregrs400 closed 5 hours ago

Gregrs400 commented 15 hours ago

I am choosing to implement pipes between child processes and the parent process, as this should allow for efficient communication.