Hi Krishna!
On Sat, Jan 10, 2015 at 5:16 PM, Krishna Kadam wrote:
> HI all akka experts,
>
> I have following questions for you
> 1. Is it possible to share message queue between two akka actors?
>
Yes and no, there's a BalancingRouter, but it's only for that one.
> 2. Is there any effect of increasing number of dispatchers on the message
> processing rate of akka actors?
>
Having multiple dispatchers is about bulkheading different actor subtrees,
not about processing rate (throughput).
> 3. What are the factors that affect the rate of message processing using
> akka Actors?
>
Short answer: Little's Law
Long answer: Depending where the bottleneck is, you may want to tune
dispatcher settings (throughput iso fairness, backing executor service,
number of threads and mailbox implementation).
>
> *Thanks & Regards *
> *Shrikrishna Kadam*
>
> --
> >> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>
--
Cheers,
√
--
>> 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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.