On Mon, 6 Oct 2014 01:48:49 +0530, venkatesha murthy wrote:
I see that this class and other SynchronizedSummaryStatistic class is
using
old style synchronized which synchronizes both reads and writes...so
was
wondering if we should switch to locks for better concurrency on
reads
Does any one have a concern if i make this change
Improvements are welcome. Are there any implications such as on
backward compatibility?
Beware to only use features available in Java 5.
Please also provide some unit/performance tests.
I'd suggest to change one class at a time.
Thanks,
Gilles
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org