Hi, DefaultAttributeContainer.java (which is the container session attributes) use a hash map + some read and write lock.
I wonder why we don't simply use a ConcurrentHashMap here ? Julien
Hi, DefaultAttributeContainer.java (which is the container session attributes) use a hash map + some read and write lock.
I wonder why we don't simply use a ConcurrentHashMap here ? Julien