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

timfox do-not-reply at jboss.com
Tue May 13 11:39:53 EDT 2008


"david.lloyd at jboss.com" wrote : 
  | As far as using a concurrent queue - perhaps you could squeeze out a tiny bit more performance, but unless it shows up as a blip on a profiler, I'm not going to bother because frankly I doubt that there will be significant (unwanted) contention for the lock.  (Remember that the purpose is to serialize access, after all)

After profiling JBM, this actually appears as the single largest point of contention in the application (the second being the MINA DefaultIOSessiondataStructureFactory) contributing to about 12% performance degradation when sending / consuming a lot of messages.

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

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



More information about the jboss-dev-forums mailing list