[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBoss 2.0 Thread model

trustin do-not-reply at jboss.com
Tue May 13 19:58:56 EDT 2008


MINA also uses ConcurrentLinkedQueue a lot internally.  I tried a synchronized circular queue, which is similar to ArrayDequeue, but the performance difference was negligible.

Seeing sun.misc.Unsafe or compareAndSwap() in your profiler as a hot spot might mean there's not much room left for performance improvement, unless any innovative redesign exists.  Our mileage might vary though. :)

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

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



More information about the jboss-dev-forums mailing list