标题: | Design and implementation of IIPC locking facility |
作者: | Chang, YS Yuan, SM Chiao, HD Chiu, CH Tsay, WP 资讯工程学系 Department of Computer Science |
关键字: | intra and inter process communication;IPC;locking facility |
公开日期: | 1999 |
摘要: | In the most of operating system or distributed operating system, Inter-Process Communication (IPC) is an important mechanism. Most existing IPC synchronization facilities provide only mutual exclusion type of semantic, which greatly reduces the parallelism of concurrent programs and decreases the performance. This paper proposes an intra- and inter-processes locking facility, which is a useful tool promoting the parallelism of concurrent programs. it contains two-level locking facility; the first level deals with thr ead's synchronization its the same process, and the second level handles thread's synchronization in different processes. Both are implemented in the form of DLL on the Windows NT. Beside, we compare the performance of this facility with Windows NT's synchronization objects. The result is obviously that IIPC locking facility has better performance than traditional synchronization objects. |
URI: | http://hdl.handle.net/11536/19413 |
ISBN: | 1-892512-15-7 |
期刊: | INTERNATIONAL CONFERENCE ON PARALLEL AND DISTRIBUTED PROCESSING TECHNIQUES AND APPLICATIONS, VOLS I-V, PROCEEDINGS |
起始页: | 2321 |
结束页: | 2327 |
显示于类别: | Conferences Paper |