Quick question, before I spend time on this.  The following is simplified,
but hopefully clear.

Say I have a bunch of Actors representing Conversations.  These
Conversations are persistent, but live as Actors while they are active.
They are owned by a ConversationManager Actor, which routes all messages to
them.

Now I want these Conversations to time out, with the Manager shutting down
the child after some period of inactivity.  Is there an established trait
for managing this?

I realize that the problem isn't rocket science.  But it occurred to me
that it can't be a rare pattern - I think I'm going to want variants of
this in several places in my app, and I think the code is more or less
identical, so there should be a common trait to boil out of this.  Has
anyone written that yet?

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