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