Hey,

I'm new to both the Actor Model, and Akka, so hopefully this isnt a silly 
question!

Part of the system I'm trying to develop needs to perform a calculation. 
This calculation will be based off the details of a number of other actors. 
I'm assuming that my code / actor performing the calculation will need to 
query each of the other actors for their current state. This would 
presumably be done through sending each actor a message and waiting for 
it's response. But I don't have a guarantee that one of the actors I've 
just sent this message to isn't dealing with a bunch of other messages, 
meaning I could be waiting some time to get all the responses I need to do 
the calculation. Am I missing something? 

Thanks,
Allan.

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

Reply via email to