Akka Clustering, Step by Step You create an Actor, and send the actor immutable messages. Those messages...

Please Visit: http://ift.tt/1ajReyV

Akka Clustering, Step by Step
You create an Actor, and send the actor immutable messages. Those messages get queued through a mailbox, and the actor processes the messages one by one, in order they were received
Akka remoting
al remoteFooActor = context.actorSelection("akka.tcp://actorSystemName@10.0.0.1:2552/user/fooActor")

Clustering allows you to create an actor somewhere on a cluster consisting of nodes which all share the same actor system, without knowing exactly which node it is on. Other machines can join and leave the cluster at run time.
http://ift.tt/1Qxct7D


from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1RpliBR
via LifeLong Community

No comments:

Post a Comment