Disadvantages of semaphores in cooperation synchronization
Answers
Answered by
0
Answer:
Some of the disadvantages of semaphores are as follows:
Semaphores are complicated so the wait and signal operations must be implemented in the correct order to prevent deadlocks.
Semaphores are impractical for last scale use as their use leads to loss of modularity.
Similar questions