From 17eec35943658cbf57a41f23be589c1f787b6507 Mon Sep 17 00:00:00 2001 From: BeMoreMature <38548099+BeMoreMature@users.noreply.github.com> Date: Tue, 25 Jun 2019 15:11:26 -0700 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=20-=20=E6=A6=82=E8=BF=B0.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/计算机操作系统 - 概述.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes/计算机操作系统 - 概述.md b/notes/计算机操作系统 - 概述.md index 1ab6ed5e..55ecb36a 100644 --- a/notes/计算机操作系统 - 概述.md +++ b/notes/计算机操作系统 - 概述.md @@ -30,6 +30,10 @@ 操作系统通过引入进程和线程,使得程序能够并发运行。 +Concurrent needs thread and process +Parallel needs multicore processor or distribute system + + ## 2. 共享 共享是指系统中的资源可以被多个并发进程共同使用。