I have an application where we are creating and destroying "a lot" of actors. The amount of actors that are created is tied to the volume of requests on the application.
I am using FSM for the Actor in question here. I do not fully understand what is involved with the setup / teardown of an individual actor, so that is part of the motivation for the question. Is it "reasonable" to be creating 10s of thousands of these FSM instances per second (say 50,000 actors create and destroyed every second)? Is there an upper limit that I should look at? Will this result in a lot of garbage? Thanks for the help! -- >>>>>>>>>> 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.
