美文网首页
集群之间主要的集中通信协议

集群之间主要的集中通信协议

作者: snail_knight | 来源:发表于2017-04-15 17:07 被阅读0次

    zookeeper  谷歌chubby的一个开源实现,  主要使用rmi(JavaRMI框架(远程方法调用))  zab(Zookeeper Atomic Broadcast)

    RPC(Remote Procedure Call Protocol)dubbo

    基于SOAP消息格式的WebService

    基于JSON消息格式的RESTful 服务

    Kubernetes:Google分布式容器

    IDL(Interface Definition Language)即接口定义语言

    现在比较流行的跨语言通信方案:

    Google protobuf (http://code.google.com/p/protobuf)

    Apache Thrift (http://thrift.apache.org/)

    Apache Avro (http://avro.apache.org/)

    相关文章

      网友评论

          本文标题:集群之间主要的集中通信协议

          本文链接:https://www.haomeiwen.com/subject/kvanattx.html