If the work is CPU bound you should not have more worker actors than number of cores (and leave some room for other things).
/Patrik On Wed, Aug 24, 2016 at 2:51 AM, Mahesh Govind <[email protected]> wrote: > Dear Experts , > > > I have a scenario where I need to create a list of worker actors and load > balance it using a Balancing pool . > In this scenario we have the following > > Producer ----> routerActor ------BalancedPool----> 'n' WorkerActors > > > Do we have some heuristic using which i could decide the capacity of > routerActor. > Could you please provide a production example where 'n WorkerActors' are > managed by one 'Router Actor' , so that I can get some insight from the > same. > > Currently I dont have any intuition about the number of workers or the > message handling capacity of a Router . > > > Could you please provide some pointers for the same . > > regards > Mahesh > > -- > >>>>>>>>>> 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 https://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Patrik Nordwall Akka Tech Lead Lightbend <http://www.lightbend.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
