Hi Eric,

> 17 dec 2013 kl. 17:31 skrev Eric Pederson <[email protected]>:
> 
> Hi guys:
> 
> I had a question about this new feature of 2.3-M2.  (It also relates to 
> https://groups.google.com/d/msg/akka-user/qbMiOAaDZEs/MMn8qhQfAtQJ)
> 
> ActorSelection was made faster and not blocked by intermediate actors 
> performing long-running tasks.
> 
> If the target actor of my Identify is blocked, has a large mailbox, etc, will 
> that impact the response to the Identify, or does that logic happen "out of 
> band"?

The Identify message is not treated special here. It is enqueued in the 
destination's mailbox and processed after messages in front of it. Otherwise 
the message ordering would be wrong.

/Patrik

> 
> Thanks,
> -- 
> >>>>>>>>>> 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.

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