top of page
CS370 Projects
Homework 3
Working with shared memory and pipes for inter-process communication
The objective of this assignment is to get comfortable with Inter-Process Communication (IPC) using Shared Memory and Pipes. These approaches are among two of the most dominant mechanisms for doing IPC. Familiarity with shared memory will also help with some of the advanced concepts in process synchronization.
CS370 Projects: List
bottom of page