Week 13 - August 5-9

Introduction

This week we will look at the last method of inter-process communications - shared memory. Shared memory is different from the others stored because it is primarily a hardware-based form of inter-process communications. It is faster than the other methods studied, but it is also the most primitive form of interprocess communication.

We will also have a final exam review.

Videos

Shared MemoryC Programming in Linux Tutorial #036 - Shared Memory

Quiz

Final Assessment

Lecture Material

Labs

Assignment(s)

Assignment 2.

Sample Code

Shared Memory