I'm trying to figure out how Akka deals with remote sender.

I pretty sure I've read that Akka will open up a remoting server on the 
client when passing messages to a remote actor, incase I want to reply to 
the sender.
I just can't find where I read that (if I actually did)

I've found this section:

http://doc.akka.io/docs/akka/1.3.1/scala/remote-actors.html
*"""*
*Automatic remote ‘sender’ reference management*
*The sender of a remote message will be reachable with a reply through the 
remote server on the node that the actor is residing, automatically. Please 
note that firewalled clients won’t work right now. [2011-01-05]*
*"""*
Can anyone direct me to where I might find more info on this?

Is the host/ip resolved somehow when communicating between local and remote 
networks?

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: http://akka.io/faq/
>>>>>>>>>>      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/groups/opt_out.

Reply via email to