Re: [akka-user] Possibility of deploying actors from single ActorSytem to multiple nodes

2014-12-31 Thread Konrad 'ktoso' Malawski
Hello there,
You’re interested in akka-remoting - 
doc.akka.io/docs/akka/current/scala/remoting.html
It allows to spawn actors on remote nodes.

For starters: read up that documentation (remoting), and maybe have a look at 
the cluster http://doc.akka.io/docs/akka/current/scala/cluster-usage.html

And yes, you can of course send messages between actors on different nodes.

-- 
Konrad 'ktoso' Malawski
hAkker @ typesafe
http://akka.io

On 31 December 2014 at 06:23:49, Krishna Kadam (shrikrishna.kad...@gmail.com) 
wrote:

Hi all,


      I am a student, trying to horizontally scale a tool. I just want to know 
that, Can we have a ActorSystem  defined on a node and some of the actors from 
the same actor system deployed on the multiple nodes just for execution? and 
how I can do this?

And also Can I return the data updated by the actors deployed on nodes to the 
node1 in the architecture?


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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
>>  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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] Possibility of deploying actors from single ActorSytem to multiple nodes

2014-12-30 Thread Krishna Kadam
Hi all,


  I am a student, trying to horizontally scale a tool. I just want to 
know that, Can we have a ActorSystem  defined on a node and some of the 
actors from the same actor system deployed on the multiple nodes just for 
execution? and how I can do this?

And also Can I return the data updated by the actors deployed on nodes to 
the node1 in the architecture?


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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.