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. 共享 共享是指系统中的资源可以被多个并发进程共同使用。