[jboss-dev-forums] [JBoss ESB Development] - Re: Performance Improvement Proposal: Cache result of HttpSe
dward
do-not-reply at jboss.com
Mon Dec 7 18:33:36 EST 2009
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(). I also don't want to use oswego classes if not necessary.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269454#4269454
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269454
More information about the jboss-dev-forums
mailing list