I've been following AKKA for quite some time, but I'm confused what's the purpose of a cluster, in what aspect does it differ form the remote model.
In the very beginning, I thought in one cluster there will only be one Akka system whose single actor tree will be partitioned magically into different nodes, but later I found it's not the case. It seems to me each node may have one or more actor systems and they don't interfere with each other nor with actor systems of the same name on other nodes. So the question again, why akka Cluster and what problems can it solve? -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
