[概要]|[概要] Ice 全能的RPC框架 - 快速

【[概要]|[概要] Ice 全能的RPC框架 - 快速】Ice是个好东西,希望国内能普及
[概要] Ice 全能的RPC框架
Fase[Ice官方]
Ice is Fast
Ice uses a compact, efficient binary protocol to minimize CPU and bandwidth consumption.
Efficient Binary Protocol Ice was designed from the ground up for applications that require the utmost in performance and scalability. At the network level, Ice uses an efficient binary protocol that minimizes bandwidth consumption. Ice uses little CPU and memory, and its highly efficient internal data structures do not impose arbitrary size limitations. This allows applications to scale to tens of thousands of clients with ease.
For bandwidth-limited communication (such as over satellite channels), Ice provides protocol compression, which reduces the size of invocations to the absolute minimum. Compression can be enabled and disabled at run time and requires no code changes.
Request Forwarding Ice applications can receive requests as opaque blobs of data and forward these requests to new destinations. This enables the creation of very efficient message routers, such as IceStorm or Glacier2, because messages can be forwarded without the need to unmarshal and remarshal their payloads.
如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!

    推荐阅读