Distributed Mutual Exclusion(DME)is an important problem of distributed mesh systems.
分布式互斥是网格分布式系统的重要问题。
参考来源 - 基于网格网络的十字仲裁集互斥算法 in C
互相 排斥
互斥 - 引用次数:2参考来源 - 面向服务器的分布式并行文件系统
互斥现象
互斥效应
互斥现象
·2,447,543篇论文数据,部分数据来源于NoteExpress
Mutual exclusion
abstract:In computer science, mutual exclusion refers to the requirement of ensuring that no two processes or threads (henceforth referred to only as processes) are in their critical section at the same time. Here, a critical section refers to a period of time when the process accesses a shared resource, such as shared memory.