in automatic deadlock recovery, the operating system can use two possible solutions. please, select one which is not the solution for the deadlock recovery.

Respuesta :

Preemp some resources from one or more deadlock processes  is not the solution for the deadlock recovery.

What are deadlock recovery methods?

There are two ways of breaking a Deadlock:

  • Process Termination
  • Resource Preemption

Operating system doesn't have any deadlock prevention strategy and therefore believe in terminating process which causes deadlock

Aborting all the deadlocked processes. Abort one process at a time until the system recovers from the deadlock. Resource Preemption: Resources are taken one by one from a process and assigned to higher priority processes until the deadlock is resolved.                          

To know more about  Operating system from the given link

https://brainly.com/question/13800115

#SPJ4