[jboss-dev-forums] [Design of JBoss Portal] - Re: portal clustering problem when using optimistic locking
bstansberry@jboss.com
do-not-reply at jboss.com
Mon Jun 23 12:32:33 EDT 2008
ASYNC generally isn't valid for an entity, since you can't guarantee cache consistency. It might be OK if all your entities are really "owned" by one node; i.e. it's not expected that another node will access that entity except in case of failover.
I'm somewhat surprised you are seeing a big perf improvement with OL. That would generally imply lots of cache writes, since the benefit of OL is it allows reads to proceed concurrently with writes.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159990#4159990
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159990
More information about the jboss-dev-forums
mailing list