Hi to all!

I have found this article 
(http://techblog.net-a-porter.com/2013/12/ask-tell-and-per-request-actors/) 
that is exactly my application in "ask pattern".
Now, I trying to change my code in "tell pattern", but I have a little 
problem to management timeout.

My scenario:

- SystemActor (ask pattern)
    - DirectorActor (tell pattern)
        - ExecutorAndAggregatorJobActor (tell pattern (before ask pattern)) 
(setTimeout here) (per Request)
            - JobActor1
            - JobActor2
            - JobActor3
            - ...
            - JobActorN
        - PrepareOutputActor
        - ExecutorFormatterActor (ask and tell pattern)
            - FormatterActor1
            - FormatterActor2
            - ...
            - FormatterActorN
    

1 - How I see JobActors that reach timeout?
2 - I have mandatory and optional JobActors. How I can ignore optional jobs 
if reach timeout? (if I know JobActor in timeout I can do this!)

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