[cs33211] readers/writers, barrier

Mikhail Nesterenko mikhail at cs.kent.edu
Wed Oct 10 22:10:38 EDT 2012


OS students,

I added readers/writers code with semaphores and with locks&condition
variables to the code examples on the course's webpage. The semaphore
version is readers-preference and the locks&condition variables
solution is fair (no preference). I also added barrier synchronization
example with semaphores.

Thanks,
-- 
Mikhail


More information about the cs33211 mailing list