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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...