DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <https://issues.apache.org/bugzilla/show_bug.cgi?id=44059>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44059 ------- Additional Comments From [EMAIL PROTECTED] 2008-02-26 00:39 ------- I don't think that we have to synchronize all collections. Synchronization creates a performance overhead, that's why the new collection classes (ArrayList, HashMap) aren't synchronized in contrast to the "old" ones (Vector, Hashtable). The IdentityMapImpl is a special case because the global identity map is attached to the session and can therefore be accessed by multiple threads. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
