Semaphore Types
Counting Semaphore - the integer value can be any integer.
Binary Semaphore - the integer value can be either 0 or 1.
Binary semaphore might be easier to implement.
Counting semaphore can be implemented using binary semaphore. HOW ?
Previous slide
Next slide
Back to first slide
View graphic version