首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 分布式互斥与服务质量的方案

分布式互斥与服务质量的方案

  • 资源大小:480.88 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 分布式 服务 方案 互斥 质量

资 源 简 介

Mutual exclusion is typically done with Lamport-like mechanics and semantics where distributed processes or threads broadcast or multicast their requests for mutexes. Though theoretically some QoS is available via relinquish messages, this results in high message complexity (broadcasts/multicast inherently involve O(n) message traffic per request) and long synchronization delay (typically maximum transmission time between any two nodes in the network topology, since a reply is required from every process to enter a CS). We combat these issues using quorum-like techniques but without a lot of the overhead in planning that comes with quorums. Further, we gaurantee better QoS performance (especially in regards to priority inversions) by using a token like system in a m-way tree topology to allow distributed, fine-grained control over priority entrance into a critical section. The technique allows for weighted fairness as well as strict priority, and even with weighted f
VIP VIP
0.176868s