[jboss-dev-forums] [JBoss ESB Development] - Re: Performance Improvement Proposal: Cache result of HttpSe
Kevin.Conner@jboss.com
do-not-reply at jboss.com
Tue Dec 8 05:00:25 EST 2009
"dward" wrote : I don't see how using ConcurrentHashMap would be any different than Collections.synchronizedMap(new HashMap()). So it would still open the door for multiple calls to request.getLocalName().
Wrong issue.
"dward" wrote : I also don't want to use oswego classes if not necessary.
Sorry, why do you need to use oswego? ConcurrentHashMap is in java.util.concurrent as of jdk1.5.
Kev
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269523#4269523
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269523
More information about the jboss-dev-forums
mailing list