I'm using Akka 2.3.3 and I have an actor mailbox implementation 
of java.util.concurrent.ConcurrentLinkedQueue.  About one millions messages 
pass through this mailbox during one of my application runs.  Consumers 
cannot process the messages faster than they are produced.  Therefore, 
mailbox becomes very full at which point the consumers appear to be waiting 
longer to get a message off the queue/mailbox.  ConcurrentLinkedQueue is 
known to have slow remove times when many elements are in the CLQ.  Are 
there any recommendations or patterns to resolve this bottleneck?

Thanks,
Jonathan

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