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. Is there some way to* configure these clients without ports*, like traditional actors, Or, is there way to *repeatedly use the same port*?
Or, Does actor receive any message where the sender is not an actor? In this case, we are able to initialize java scheduleexecutor to send various messages to one client actor, and let it handle the sending them to server actor? The Second Question: Does actor shutdown context.system.shutdown() close its port? Thanks!!! -- >>>>>>>>>> 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.
