[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Diff between doug lea's & java 6 LinkedBlockingDeque
trustin
do-not-reply at jboss.com
Tue Jun 23 11:33:14 EDT 2009
Had a chance to think about using LinkedTransferQueue where applicable? It performs a *lot* better. Netty uses it and it works really well with both JDK 5 & 6:
http://fisheye.jboss.org/browse/Netty/trunk/src/main/java/org/jboss/netty/util/internal/LinkedTransferQueue.java?r=1289
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239474#4239474
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239474
More information about the jboss-dev-forums
mailing list