Concurrent stack: all queues for thread pools should use number of
bytes rather than number of messages
-------------------------------------------------------------------------------------------------------
Key: JGRP-381
URL:
https://issues.jboss.org/browse/JGRP-381
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Instead of defining a max number of elements in a queue BoundedBlockingQueue (used by
thread pool), we define a number of bytes. If that number is exceeded, we block on
put()/offer(), and only unblock if a take() has removed N number of bytes so we can add
our message without exceeding the limit
--
This message is automatically generated by JIRA.
For more information on JIRA, see: