摘要
本文从进程和并发进程的基本概念出发,较为详细地论述了进程之间的互斥和同步关系,此后,根据个人的编程经验,作者描述了三类同步互斥问题,分别给出了用PV操作解决这三类问题的编程方法,并对PV操作编程的特点进行了评价。
This article gives a relatively detailed discussion about mutual exclusive and synchronous relationship between processes. Starting from the basic concepts of process andprocess concurrency. Then according to personal programming experience, the author describes three types of questions concerning mutual exclusion and synchronization, presentsthe programming methods respectively using primitives PV and comments briefly aboutPV operation programming.
出处
《西南工学院学报》
1996年第1期6-11,共6页
Journal of Southwest China Institute of Technology
关键词
进程互斥同步
PV编程
操作系统
Process
Mutual Exclusion
Synchronization
PV operation Programming