阅读背景:

Akka集群 - 每个节点一个Manager Actor

来源:互联网 

I’m working on an application that often queries a very large number of actors and hence sends / receives a very large number of messages. When the application is ran on a single machine this is not an issue because the messages are sent within the boundaries of a single JVM which is quite fast. However, when I run the application on multiple nodes (using akka-cluster) each node hosts part of these actors and the messages go over the network which becomes extremely slow.I’m working on an application that often querie




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: