Peterson算法:会发生死锁吗

发布于 2024-10-12 23:51:51 字数 69 浏览 3 评论 0原文

如果在彼得森的算法中,进程在退出关键区域后立即被抢占,然后将其标志设置为 false。那么就不会出现僵局了。 ?? 请帮忙!

if in peterson's algo, A process is preempted just after comming out of critical region before setting its flag to false. Then will not be there a deadlock. ??
plz help !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

想挽留 2024-10-19 23:51:51

没有僵局。这就是为什么我们都在学校学习这种理论算法。

注意:如果你做错了什么,你可能会在任何地方遇到死锁。但这不是由该算法的错误或属性引起的。

No deadlock. That's why we all learn this theoretical algorithm at schools.

note: You can encounter deadlock anywhere if you do something wrong. But it is not caused by a bug or property of this algorithm.

简单气质女生网名 2024-10-19 23:51:51

这不会导致死锁,因为没有任何东西阻止刚刚退出临界区的进程继续进行。

This cannot cause deadlock, because there is nothing that is blocking the process which just exited the critical section from proceeding.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文