Week 7
Dining UPC Philosophers
- Midterm Programming Assignment PDF
- Assigned: Wed, Oct 7
- Due: Fri, Oct 16, 11:59pm
Class exercise
- The Bear and the Honeybees (handout) PDF
- split binary semaphores
- where for binary semaphores s1 and s2:
0 <= s1+s2 <= 1
- technique: pass the baton
Semaphores
- Ben-Ari Ch 6
- slides: PDF
- begin slide 105
Monitors