-
New Feature
-
Resolution: Done
-
Critical
-
None
-
None
-
None
org.zkoss.lang.Library now use synchronized blocks for read and write _props hash map.
When we have huge load on system many thread lock on this synchronized blocks.
Need to rewrite code to split read and write locks. Use java.util.concurrent.ConcurrentHashMap or java.util.concurrent.locks.ReentrantReadWriteLock for synchronization.