I know that banker's algorithm requires a maximum resource needs for every process to ensure that system does not go into deadlock. But in real systems neither the resources available nor the demands of processes for resources are consistent over time.

So what happens when a new process is added while banker's algorithm is running? Could it result in deadlock?

0

There are 0 best solutions below