[jbossws-dev] [Design of JBoss Web Services] - Re: Why is the UMDM using ConcurrentHashMap?

heiko.braun@jboss.com do-not-reply at jboss.com
Sun Feb 11 12:17:03 EST 2007


anonymous wrote : 
  | The design of the UMDM is that writes are confined to single thread on startup, and all access after that point is read-only.
  | 

Exactly. That's the reason why i changed it. The ConcurrentHashMap does not entail locking on read operations. I think this is the desired behaviour or did i miss your point?

 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4014575#4014575

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4014575



More information about the jbossws-dev mailing list