On Friday, 21 February 2014 14:28:44 UTC, Patrik Nordwall wrote:

> On Fri, Feb 21, 2014 at 2:50 PM, Sam Halliday 
> <[email protected]<javascript:>
> > wrote:
>
>> Hi all,
>>
>> Is there any concept of mutually exclusive actor paths?
>>
>
> No
> You could build it within the exclusive actor, if you send all messages 
> via that actor, including replies (or signals of completion).
>
>
But how would I be able to tell that my child actors were actually finished 
processing the messages?

 

>
>
>  
>

>> What I mean by this is that
>>
>>   /user/exclusive/A
>>   /user/exclusive/B
>>
>> are mutually exclusive (where A may be a round robin router of many As) 
>> between A and B.
>>
>> This would enable concepts such as read/write actors where e.g. A could 
>> be the reader and B the writer, with many As allowed at once (with no B 
>> message processing) and when B does any processing it stops messages being 
>> sent to the As.
>>
>>
>>  -- 
>> >>>>>>>>>> Read the docs: http://akka.io/docs/
>> >>>>>>>>>> Check the FAQ: http://akka.io/faq/
>> >>>>>>>>>> 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] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
>
> Patrik Nordwall
> Typesafe <http://typesafe.com/> -  Reactive apps on the JVM
> Twitter: @patriknw
>
>  

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: http://akka.io/faq/
>>>>>>>>>>      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/groups/opt_out.

Reply via email to