@hemnath wrote:
It is known that Dispatcher threads are responsible for executing the actor messages. Using throughput parameter we can define no. of messages processed by dispatcher thread before moving to another actor
But I am not sure about how dispatcher thread will pick the actor?
Say, I have created 10,000 actors in which only 1000 actors are receiving messages at a time and remaining 9000 actors are idle and dispatcher thread count is 200.
In which order the dispatcher thread will pick the actor’s message. Whether it will check for idle actors mailbox also for the messages?
Can anyone explain the flow in which dispatcher thread pick the actor mailbox messages.
Posts: 1
Participants: 1