Can a new process with non-zero resource requirements be added while Banker's Algorithm is running without introducing deadlock?

61 Views Asked by At

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