[akka-user] Re: Akka Actor Hierarchy Question

2016-03-19 Thread nkasvosve
@Tal Ecxellent answer On Tuesday, 15 March 2016 07:35:10 UTC, Tal Pressman wrote: > > Hi, > > Basically it boils down to which actors should supervise others - if you > want to have a single actor responsible for supervising all the chat rooms > that's fine. Note that this *doesn't* mean that

[akka-user] Re: Akka Actor Hierarchy Question

2016-03-15 Thread Tal Pressman
Hi, Basically it boils down to which actors should supervise others - if you want to have a single actor responsible for supervising all the chat rooms that's fine. Note that this *doesn't* mean that all requests have to be routed through the supervisor actor. Messages can be sent between any