<aside>
💥 OBJECTIVES
- To introduce the notion of a process -- a program in execution,
which forms the basis of all computation
- To describe the various features of processes, including
scheduling, creation and termination, and communication
- To explore inter-process communication using shared memory
and message passing
</aside>
复习ppt里面出现:
Process(进程)
Multiple parts(进程包含多个部分)
Untitled
单线程与多线程
多线程的服务器架构
Benefits
不同的多线程模型
我i认为有用
Process control block(PCB)
CPU Switch From Process To Process
Process Creation
Process Concept
Process Scheduling
Operations on Processes