Hi Patrik, I am trying out the sample "Distributed workers with Akka and Java" given here : http://typesafe.com/activator/template/akka-distributed-workers-java
I have a simple query, which may sound a bit stupid : Here we are creating the same actor system with the name "Workers" from different parts like startBackend(), startFrontend(), startWorker() ActorSystem system = ActorSystem.create("Workers", conf); is there in all three methods which are being called from main() in sequence. I want to know, if the an actor system can be reinitialized multiple times in a JVM? Hows its processed internally? Or its a difference instance of the actor system residing parallel to other actor systems with the same name in the same JVM Also help me understand the description of the create method : <https://lh6.googleusercontent.com/-VNYoan8EpKc/Urwym--uYPI/AAAAAAAABIw/R01BQ9I4tGY/s1600/Untitled.png> Kind regards Amit -- >>>>>>>>>> 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 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/groups/opt_out.