Berin Loritsch wrote:

 > I remember reading an article on how to implement an efficient 
ThreadSafe hashmap.
 > The problem is that I can't remember where.  The concept is to reduce 
the locking
 > contention to a "bucket".  The implementation they had was fairly 
simple, and
 > went something along these lines:

 > I don't have time to test it, debug it, or optimize it (what about using
 > ArrayList and a Node that matches against the key object etc. for lookup).
 > Could someone take the ball and run with it?  We desperately need to reduce
 > thread contention on the ECM and ContainerManager implementations.


I can work on that.


-- 
Al      


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to