Skip to content

簡介

rmi

  • java serializable

RPC(跨語言)

  • xml-webService
  • json-restful
  • thrift-facebook
  • protobuf-google
  • avro
  • gRPC

內容

Thrift

傳輸格式

  • TBinaryProtocol
  • TCompactProtocol
  • TJsonProtocol
  • TSimpleJsonProtocol
  • TDebugProtocol

傳輸方式

  • TSocket
  • TFranedTrandport
  • TFileTransPort
  • TMemoryTransPort

服務模型

  • TSimpleServer
  • TThreadPoolServer
  • TNonblockingServer
  • THsHaServer

Protobuf

參考資料

Thrift序列化与反序列化 Apache Avro Protocol Buffers