RPC 的网络复用和成帧协议 TChannel
- 授权协议: MIT
- 开发语言: Google Go JavaScript
- 操作系统: 跨平台
- 软件首页: http://uber.github.io/tchannel/
软件介绍
TChannel 是用于 RPC 的网络复用和成帧协议。
设计目的
容易用多种语言实现,尤其是 JS 和 Python。
高性能转发路径。中间件可以快速做出转发决策。
请求/回复模型不再按顺序,慢速请求不会堵在队列前头,阻止后续的快速请求。
大型请求/响应,可能/必须分成碎片成片,逐步发送。
可选 checksums.
可用于在端点之间输送多种协议,例如 HTTP+ JSON 和 Thrift。
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》 这本书的介绍吧!
