| Quiz | Posted | Given in class | ||
|---|---|---|---|---|
| 10 | Apr | 22 | Apr | |
Understand the notions of semaphores and barriers. Semaphores are covered in Doug Lea's book, pages 266-67. Barrier synchronization is covered http://www.cs.ucsd.edu/classes/fa02/cse128/projectideas.html (see idea #3, notice its use of P and V as covered in class).