I strongly suggest reading through "Effective Akka" by Jamie Allen. He has 
nice example of front-end to back-end design. 

W dniu środa, 28 maja 2014 22:22:54 UTC+2 użytkownik Jabbar Azam napisał:
>
> Hello,
>
> I'm a bit confused with supervisor hierarchies. I've read the akka 
> documentation and other books but hierarchy design is still not sinking in 
> :(
>
> A simple, made up,  example. I have a web front end with business logic 
> and a database. converting this to akka I would create a 
> web front end actor(a child of the user guardian), 
> the business logic actor(a child of the front end actor),
> and a database actor( a child of the logic actor).
>
> I would add one more actor, a database supervisor between the database 
> actor and the busniess logic actor. I keep thinking this is wrong. I have 
> the urge to make the database supervisor actor a child of the user 
> guardian. I'm not sure which approach is best.
>
>
> Does anybody have any suggestions?
>
>

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