!act #2927 Add BalancingPool and deprecate BalancingDispatcher

This commit is contained in:
Patrik Nordwall 2014-01-10 17:14:10 +01:00
parent bfbee94fec
commit d7aab50da0
26 changed files with 482 additions and 206 deletions

View file

@ -564,7 +564,7 @@ object UnboundedMailbox {
/**
* SingleConsumerOnlyUnboundedMailbox is a high-performance, multiple producersingle consumer, unbounded MailboxType,
* the only drawback is that you can't have multiple consumers,
* which rules out using it with BalancingDispatcher for instance.
* which rules out using it with BalancingPool (BalancingDispatcher) for instance.
*/
case class SingleConsumerOnlyUnboundedMailbox() extends MailboxType with ProducesMessageQueue[NodeMessageQueue] {