G52CON: Exercise 2, Semaphores

Questions:

  1. devise a semaphore solution to the multiple Producer-multiple Consumer problem using a bounded buffer which ensures that:

  2. does your solution satisfy the properties of Mutual Exclusion, Absence of Deadlock, Absence of Unnecessary Delay and Eventual Entry?
  3. how many classes of critical sections does your solution have?


Copyright © 2014 Brian Logan

This file is maintained by Brian Logan
Last modified: 21-Feb-2014, 14:09