Have you read this: http://www.michaelpollmeier.com/akka-work-pulling-pattern/ It describes a good solution to your problem i think.
On Tue, Jun 16, 2015 at 9:28 PM Jason B <[email protected]> wrote: > I found using the with dispatcher I can specify the details of a > thread-pool-executor. There's not really good examples on the net for > getting all of this together. > Anyone who might be kind enough to share that would be great. > > > > On Monday, June 15, 2015 at 1:22:23 PM UTC-7, Jason B wrote: >> >> Normally on a threaded application I can create a pool of threads. I >> created something to mimic workeractor1.java being called three times. >> >> I'm just starting to learn AKKA so could someone guide me to how I can >> have it run the same calls with three possible threads? >> > -- > >>>>>>>>>> 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. > -- Idar Borlaug -- >>>>>>>>>> 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.
