On 2010/03/23 13:18:39, Paul Lindner wrote:
A different way of dealing with https://issues.apache.org/jira/browse/SHINDIG-1283
The Jira indicates the usage of ConcurrentHashMap which supposedly not required to use synchronize. Wouldn't that be a better way then using synchronized and copy the map for every change? http://codereview.appspot.com/669043/show
