I also found this excellent text describing the supervisor hierarchies. 
It's about Erlang but the concepts can be applied to Akka

http://learnyousomeerlang.com/building-applications-with-otp#the-onion-layer-theory



On Thursday, 29 May 2014 13:03:03 UTC+1, Jabbar Azam wrote:
>
> Thanks Conrad I understand.
>
> I think understanding the "error kernel pattern" is really important 
> together with 
> http://doc.akka.io/docs/akka/2.3.3/general/actor-systems.html of the 
> documentation. 
>
>
> On Thursday, 29 May 2014 11:48:28 UTC+1, Konrad Malawski wrote:
>>
>> Not "exactly one", but yeah "as little as possible".
>> This way of thinking will force your thinking towards creating these 
>> hierarchies of actors which fail or survive together (kind of like the four 
>> musketeers :-)).
>> And the gains have been outlined already - you are able to fail / restart 
>> / isolate failures within one such hierarchy.
>>
>>
>> -- 
>> Cheers,
>> Konrad 'ktoso' Malawski
>> hAkker - Typesafe, Inc
>>
>> <http://scaladays.org>
>>  
>

-- 
>>>>>>>>>>      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 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/d/optout.

Reply via email to