摘要
UNIX从单处理机发展到多处理机,核心中的临界资源管理是一个主要问题。使用信号量管理临界资源的互斥使用是一种主要的和有效的方法。本文描述了信号量的定义,共享内存多机UNIX 核心中常用的几种信号量的类型和算法。
With the development of UNIX from running on single processor to multiprocessors
with shared memory,the management of critical resource becomes the focus,and the use of semaphore
is the major and effective method to manage the exclusive use of critical resource.This paper descri-
bes the definition of semaphore,its type and algorithm which may be used in UNIX kernel running on
multiprocessors with shared memory and its use in CONVEX UNIX.
出处
《计算机研究与发展》
EI
CSCD
北大核心
1993年第2期52-58,34,共8页
Journal of Computer Research and Development
关键词
多处理机
临界资源
共享内存
UNIX
multiprocessor system
critical resource
critical region
exclusive operation
atom manipulaton.