Posted By:
vijay_M
Posted On:
Monday, June 22, 2009 02:42 AM
I have a hashmap which is modified (elements added or removed ) by one thread, and there is another thread (jsp) which accesses this map to display values using map.values.toarray . Is there a need for synchronization in the jsp, or will there be any performance impact because of the jsp repeatedly accessing the hashmap.
Thanks.