From 051189940ab0549bd19f62f1284ad60670e543d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=A4=A9=E5=90=AF?= Date: Tue, 13 Mar 2018 18:55:00 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E8=AE=A1=E7=AE=97=E6=9C=BA=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E7=B3=BB=E7=BB=9F.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/计算机操作系统.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/计算机操作系统.md b/notes/计算机操作系统.md index 6d2f582c..57a17416 100644 --- a/notes/计算机操作系统.md +++ b/notes/计算机操作系统.md @@ -564,9 +564,9 @@ void test(i) { // 尝试拿起两把筷子 ### 1. 鸵鸟策略 -把头埋在沙子里,假装根本没发生问题。 +把头埋在沙子里,假装根本没发生问题,认为在系统中不可能发生死锁。 -这种策略不可取。 +不少操作系统采用此种措施,包括Windows和UNIX,应用程序开发人员需要自己处理死锁。 ### 2. 死锁检测与死锁恢复