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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to