[jboss-user] [JBossCache] - Re: Scalability
FredrikJ
do-not-reply at jboss.com
Thu Oct 25 09:12:08 EDT 2007
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#4098811
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098811
More information about the jboss-user
mailing list