Hi Sean,


On Wed, Oct 1, 2014 at 6:40 AM, Sean Zhong <[email protected]> wrote:

> The hierachy may looks like this:
>
> grandpa -> parent -> child
>
> When I restart grandpa(grandpa throws a exception, and its supervisor
> handle with Restart), I want the whole tree is restarted.
>
> parent actor and child actor are remote actors, and their life cycle is
> not binded to their parents.
>

If the children are remote deployed they work supervision-wise the same as
local actors (see:
http://doc.akka.io/docs/akka/2.3.6/general/addressing.html#The_Interplay_with_Remote_Deployment).
In other words remotely deployed children get restarted if their parent is
restarted.

-Endre


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



-- 
Akka Team
Typesafe - The software stack for applications that scale
Blog: letitcrash.com
Twitter: @akkateam

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