Hi everyone, I'm pretty new to the actor system and akka, so my question could seems stupid...
I was thinking about using actors as entities of my domain, I would like to implement a system to send messages to a single component and it will deliver messages to the right actor (creating it if it doesn't exists). Some of my doubts are about message routing, can be correct for a Router to create an Actor if it doesn't have one to deliver a message? (like having the identity of my entity in the message and the router deliver automatically the message to the actor with that identity) I have some concerns about the fact that in the long run this will cause an overpopulation of actors, so I should have a *cache-like *to kill and recreate actors automatically, does akka provide something for this? Thanks in advance, Manuel -- >>>>>>>>>> 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.
