[概要] Ice 全能的RPC框架 - 可靠

Ice是个好东西,希望国内能普及

[概要] Ice 全能的RPC框架

Reliable[Ice官方]

Ice is Reliable
Create fault tolerant and load balanced deployments.

No Single Point of Failure
Ice allows you to create fault tolerant applications. Multiple instances of a server can be deployed on different machines, with transparent fail-over if a machine crashes or is disconnected from the network. This not only makes applications resilient against failures, but also increases performance because Ice allows you to balance the load of an application across multiple servers.

All Ice services can be replicated for fault tolerance, so they do not introduce a single point of failure.

Ice是可靠的
创建容错和负载均衡部署。

没有单点故障
Ice允许您创建容错能力的应用程序。 可以在不同的计算机上部署多个服务器实例,如果计算机崩溃或与网络断开连接,则可以进行透明故障转移。 这不仅能使应用程序能够抵御故障,而且因为Ice允许您在多个服务器之间实现应用程序的负载平衡,所以还提高了性能。

所有Ice服务都可以被复制,从而实现容错,所以它们不会引发单点故障。

如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!

    原文作者:一个人划船
    原文地址: https://www.jianshu.com/p/dd3b76c816ab
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞