Sorry I mixed oranges with apples here, I just looked deeper the code and no, my assumptions are *not* correct, the mailbox is one thing but the task-queue is a different story, it would be nice at the ThreadPoolExecutorConfigurator Scala class to have an option for single thread dispatchers *aka* PinnedDispatcher so that it is not a full blown blocking queue due to the fact there is only one thread executing tasks, I'm guessing there is one or more threads on the Akka system "loop" that can queue tasks into the PinnedDispatcher's queue which in this case it will always have a single task consumer -The PinnedDispatcher only thread-
-- >>>>>>>>>> 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.
