Knowledge in Deadlock and Starvation

Deadlock and Starvation

Deadlock and Starvation Deadlock – two or more processes are waiting indefinitely for an event that can be caused by only one of the waiting processes Let S and Q be two semaphores initialized to 1 *Starvation – indefinite blocking *Priority Inversion *Avoidance Algorithms *Banker’s Algorithm