[jboss-user] [JBoss Cache: Core Edition] - Re: jbosscache performance

manik.surtani@jboss.com do-not-reply at jboss.com
Fri Dec 12 05:10:47 EST 2008


READ_COMMITTED would actually give you better performance if you don't require REPEATABLE_READ guarantees.  

wakeUpInterval - if you don't need eviction, then remove the whole eviction XML block.  From your initial post it seems as though you were not using it and hence didn't need it?  If you do need it then that's a different story.

Do your reads happen inside of a transaction?  E.g., do you do :

1.  Start tx
2.  Read stuff
3.  End tx

Or were you using "transactions per second" to mean "operations per second"?  

Regarding JVM tuning, that's a whole science in itself and will depend on a bunch of parameters including, but not limited to, system architecture (32 vs 64 bit), operating system, JVM version and vendor, operating environment (e.g., app server config) memory requirements of your application itself, amount of and type of data cached, etc.



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

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



More information about the jboss-user mailing list