Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在执行银行家算法时,如果出现死锁怎么办?它会选择第一个吗?
银行家算法是用来避免死锁的,而不是用来处理死锁的。如果系统在此算法下工作,您将不会有任何死锁。如果一个进程对资源的请求可能使系统陷入死锁,则该进程必须等待直到有更多资源可用。