distributed - 分布式系统中的投票协议(protocol)

标签 distributed voting distributed-system

我正在学习分布式操作系统,我有一个关于投票协议(protocol)的问题:“什么时候应该使用静态投票协议(protocol)而不是动态投票协议(protocol)?” (这意味着,无论如何,静态投票协议(protocol)都比动态投票协议(protocol)更好)。

Link投票协议(protocol)。

最佳答案

this 中所述关于投票协议(protocol)的一组注释:

  1. Benefits of static voting
    (a) Simple protocol
    (b) Little state kept at each site (version number only). Very scalable.
    (c) Good for static configurations that are realiable (parallel computers)

关于distributed - 分布式系统中的投票协议(protocol),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20867222/

相关文章:

c# - 像 SO 这样的投票系统 - C#、Asp.net、Webforms

c++ - ZeroMQ with NORM - address already in use error was thrown on 2nd .bind() - 为什么?

linux - JMeter - 在 Linux 上启动 jmeter-server 时出现环回地址错误

.net - 如何实现分布式信号量?

python - 带有redis的 celery 中的任务优先级

自动缩放服务器上的 PHP session

寻找投票集团的算法

algorithm - 评分算法 : how to convert the number & % of "Likes" & "Dislikes" into a single score?

mysql - 如何从我的 django 网站连接到集中式 MySQL 数据库?

design-patterns - 对消息总线/命令调度程序模式的困惑