When a process exiting a critical section calls wakeup() , all the contending processes wake up at once. This is called _________ and _________ can be used to solve this problem.
Answers
Answered by
0
Answer:
Thundering herd problem and semaphore
Answered by
0
Answer:
When a process exiting a critical section calls wakeup , all the contending processes wake up at once. This is called _____thundering herd____ and _____semaphore____ can be used to solve this problem.
Thundering herd is a problem in computer that occurs due to large numbers of threads or processes in an event that are being queued up or lined up gets activated simultaneously.
Semaphore is a process that helps the thundering problem to get analysed and process it in a synchronised manner.
Similar questions