RPC 的网络复用和成帧协议 TChannel

码农软件 · 软件分类 · RPC/XMLRPC项目 · 2019-04-11 14:58:37

软件介绍

TChannel 是用于 RPC 的网络复用和成帧协议。

设计目的

  • 容易用多种语言实现,尤其是 JS 和 Python。

  • 高性能转发路径。中间件可以快速做出转发决策。

  • 请求/回复模型不再按顺序,慢速请求不会堵在队列前头,阻止后续的快速请求。

  • 大型请求/响应,可能/必须分成碎片成片,逐步发送。

  • 可选 checksums.

  • 可用于在端点之间输送多种协议,例如 HTTP+ JSON 和 Thrift。

本文地址:https://www.codercto.com/soft/d/3352.html

Practical Vim, Second Edition

Practical Vim, Second Edition

Drew Neil / The Pragmatic Bookshelf / 2015-10-31 / USD 29.00

Vim is a fast and efficient text editor that will make you a faster and more efficient developer. It’s available on almost every OS, and if you master the techniques in this book, you’ll never need an......一起来看看 《Practical Vim, Second Edition》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具