Liang, This is not true: Akka is location transparent. Therefore it doesn't matter where (locally, remotely) your actor lives, all will work the same way.
Heiko On Fri, Apr 11, 2014 at 6:07 AM, Liang Tang <[email protected]> wrote: > > Hi guys, > > The problem confused me one day. I found that when the client actor has > remotely connected with the server actor, the server actor can not remotely > call the client again. Is that true? Based on my observation, only sender > in server actor can send the message back to the client. > > Imaging the server actor receives the messages from the clients. When some > client is trying to initiate a connection to the server, is there some way > to save every sender actor reference in some list for future use? > > Let me know if there's something wrong in my declaration. > > > -- > >>>>>>>>>> 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. > -- Heiko Seeberger Twitter: @hseeberger Blog: blog.heikoseeberger.name -- >>>>>>>>>> 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.
