Hi Endre,
 

> Do you have a minimized code that reproduces the problem?
>

https://github.com/borice/balancing-dispatcher-test
What you want to look at is common.conf and Receiver.scala

Thanks for looking into this. It's mainly an experiment... I was evaluating 
whether the BalancingPool could be used as a worker pool... and it seems 
great in terms of the way it works by sharing the same mailbox, however one 
problem I see is if one of the workers gets stuck on some work that 
produces an infinite loop, even if I have a Timeout be triggered in the 
"Receiver" to indicate the particular piece of work has been taking longer 
than allowed, I don't think I have a way to "kill and restart" that 
balancing pool actor (without killing everyone else). 

Do you see a way to do that, without adding another level of indirection?  

Thanks,
Boris

-- 
>>>>>>>>>>      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.

Reply via email to