前言 Apache Thrift 是 Facebook 实现的一种高效的.支持多种编程语言的远程服务调用的框架.本文将从 Python开发人员角度简单介绍 Apache Thrift 的架构.开发和使用. Thrift简介 Thrift network stack Transport Transport网络读写(socket,http等)抽象,用于和其他thrift组件解耦. Transport的接口包括:open, close, read, write, flush, isOpen, read…