• 分布式一致性算法


    • paxos
      • paxos use in mesos
        • http://mesos.apache.org/documentation/latest/replicated-log-internals/ 
    • zab
      • use in zookeeper, zab v.s. paxos
        • https://cwiki.apache.org/confluence/display/ZOOKEEPER/Zab+vs.+Paxos
      • why usually zookeeper/chubby in production? 
        • http://xudifsd.org/blog/2013/08/chubby%EF%BC%88zookeeper%EF%BC%89%E5%92%8Cpaxos/
    • raft
      • what's raft?
        • http://www.solinx.co/archives/415
      • why zk not chose raft
        • https://www.quora.com/If-Raft-is-as-good-as-the-papers-claim-why-do-Zookeeper-and-others-implement-other-consensus-algorithms-Why-not-use-Raft
  • 相关阅读:
    python变量和作用域
    模块
    装饰器
    转git取消commit
    RTP
    ffmpeg编译
    win7开启wifi
    LIVE555
    【FFmpeg】ffplay播放rtsp视频流花屏问题
    Windows下编译SDL
  • 原文地址:https://www.cnblogs.com/yanghuahui/p/6195260.html
Copyright © 2020-2023  润新知