Computer Science 322
Operating Systems
Mount Holyoke College
Spring 2008
Lecture 14: Semaphore Implementations
Date: Friday, March 7, 2008
Agenda
Announcements
Short weekend: daylight saving starts Sunday morning, class will come earlier than you might expect!
Lecture assignment recap: the Dining Savages
A closer look at the producer consumer example with a POSIX semaphore protecting shared access to the counter variable
POSIX Semaphore Implementation
SysV Semaphore Example and Implementation
Lecture Assignment