When process releases the resource it uses
operation and thus semaphore is incremented.
"
Answers
Answered by
1
Answer:
When a process releases a resource, it performs a signal() operation (incrementing the count). When the count for the semaphore goes to 0, all resources are being used. After that, processes that wish to use a resource will block until the count becomes greater than 0.
Similar questions