[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache performance looks pretty poor :(

manik.surtani@jboss.com do-not-reply at jboss.com
Tue Jul 22 19:55:46 EDT 2008


Is all your data placed under the same Fqn?  All locking and replication granularity happens on a per-Node (Fqn) basis.  I would recommend making better use of the tree structure of the cache and spreading your state around a bit better.

Also, if you don't need the atomicity guarantees of REPL_SYNC (and there is not much you can do with it if you don't use transactions anyway) you're better off using REPL_ASYNC.

Cheers,
Manik

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

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



More information about the jboss-user mailing list