Hello

I am learning Remoting and have a question. I am looking at example where 
remote actor is created programmatically. As per the typesafe activator 
sample, I read 

"Error handling, i.e. supervision, works exactly in the same way as if the 
> child actor was a local child actor. In addtion, in case of network 
> failures or JVM crash the child will be terminated and automatically 
> removed from the parent even though they are located on different machines."


*Question** (assuming parent and child are on separate JVMs)*

   1. If the child actor crashes the JVM(where it lived) and supervision 
   strategy on parent(on a different JVM) is to Restart, will it start the 
   entire ActorSystem for Child Actor? I guess not because ActorSystem was 
   started as a separate process (by command-line).
   2. If 1. is true, how can we recover the Child Actor since the entire 
   Actor System (where Child Actor lived) crashed?

Thank you
+ Harit Himanshu

-- 
>>>>>>>>>>      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.

Reply via email to