标准 thrift python 库里 tornado 的 server 使用的协议和标准协议不一样,没办法和其他语言互通,所以就造个轮子吧~
https://github.com/snower/TorThrift
使用 greenlet 加速 thrift 协议解析过程,使用标准 thrift 协议通信
https://github.com/snower/TorThrift
使用 greenlet 加速 thrift 协议解析过程,使用标准 thrift 协议通信