[akka-user] Multiple client remoting senario

2014-05-08 Thread Liang Tang
Guys, First Question: I have a question related to Multiple client remoting. Assume we have a server actor is started with its hostname and port. I need to launch multiple client actors to report worker status to this server. These clients actors don't receive any remote messages, and only send

Re: [akka-user] Multiple client remoting senario

2014-05-08 Thread Roland Kuhn
Hi Liang, 8 maj 2014 kl. 18:08 skrev Liang Tang : > Guys, > > First Question: > I have a question related to Multiple client remoting. Assume we have a > server actor is started with its hostname and port. You mean ActorSystem, right? > I need to launch multiple client actors to report worker

Re: [akka-user] Multiple client remoting senario

2014-05-09 Thread Liang Tang
It helps tons!! Thanks you. Besides, Does akka implement the actorSystem pool? When an actor is being created, it is able to pick up a actorsystem from the pool. On Friday, May 9, 2014 12:18:48 AM UTC-5, rkuhn wrote: > > Hi Liang, > > 8 maj 2014 kl. 18:08 skrev Liang Tang >: > > Guys, > > Firs

Re: [akka-user] Multiple client remoting senario

2014-05-09 Thread Roland Kuhn
Hi Liang, the ActorSystem creates the Actor, not the other way around. You might want to check some basic Activator tutorials to see some examples: https://typesafe.com/activator/template/hello-akka or check the lower left of http://akka.io/downloads/ Regards, Roland 9 maj 2014 kl. 16:48 skrev