The problem with going up to more than say 5 or 6 nodes is that replication and 2 phase
commits across a cluster become a big overhead and you will find that the app does not
scale. I'm assuming you're using synchronous replication.
As a solution, to help things scale better, either use asunchronous replication or buddy
replication.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024440#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...