We are currently running 4 nodes with synchronous replication of rather large data
objects. (The replication is done within a transaction.)
The objects replicated are from 1k up to about 8k bytes large. These 4 nodes currently
handle up to 5000 events/second which would translate into 1250 replications per second
and node. (Note: I would really like to try PojoCache here for a more fine grained
replication. )
We are constantly trying new jgroups stacks and so forth, but currently it seems like we
get better performance with TCP. Buddy replication also helped alot (1 buddy per node).
We also run a cache shared by 8 nodes which is updated more then 5k/s, but that cache
carries only small data and is updated asynchronously and is batched.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098811#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...