Hi,

you can not run one ActorSystem on multiple nodes, however you can run a
cluster of ActorSystems on multiple nodes. Take a look at Cluster Sharding
<http://doc.akka.io/docs/akka/2.3.9/contrib/cluster-sharding.html>. It
seems it can help you in this particular case.

On Mon, Jan 5, 2015 at 11:36 AM, Krishna Kadam <[email protected]
> wrote:

> Hi patrik,
>>
> I am doing a masters project in which I have streaming data and want to
> send a particular type of message to the same actor every time, so that
> certain type of messages are processed by akka actors in their arrival
> order. Also I want to deploy these actors on multiple machines for
> execution purpose. Can I scale this process by deploying it to multiple
> nodes? also Can I have better performance by deploying single actor system
> to multiple nodes for execution?
>
>
>> Thanks & Regards
>> Krishna Kadam
>>
>  --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> 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/d/optout.
>



-- 
Martynas Mickevičius
Typesafe <http://typesafe.com/> – Reactive
<http://www.reactivemanifesto.org/> Apps on the JVM

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      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/d/optout.

Reply via email to