[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Build broken with new AIO tests

timfox do-not-reply at jboss.com
Thu May 8 05:52:32 EDT 2008


"ataylor" wrote : 
  | When running the perf examples i get no difference in performance between nio and asyncio, in fact when i set journal-sync to false nio is faster.

That's to be expected.

Setting journal-sync to false means transactions aren't synched at commit/rollback - they're just written to the OS buffers and the OS lazily writes them.

So you get performance at the expense of reliability.

With AIO you get performance with no reliability hit (that's the theory anyway)

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

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



More information about the jboss-dev-forums mailing list