[jboss-dev-forums] [Design of JBoss Portal] - Re: portal clustering problem when using optimistic locking
bstansberry@jboss.com
do-not-reply at jboss.com
Tue Jul 22 15:01:14 EDT 2008
Sounds like activity on the entity cache should be almost entirely reads, which should scale. Doesn't sound like there would even be that many cases of db read + cache write after an initial warmup period.
Is the web session clustered? If so, be sure to use buddy replication for the web session cache or the session replication will inhibit scalability.
Do the use_query_cache=false bit first though so we know whether that has an effect. :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165968#4165968
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165968
More information about the jboss-dev-forums
mailing list