[jboss-user] [JBossCache] - Re: eviction, clustering, and expected behavior
bstansberry@jboss.com
do-not-reply at jboss.com
Wed Aug 22 16:32:51 EDT 2007
You're wrong. :-) Eviction is managed per node. A write operation on server A will effect the eviction calculation on B (since the write replicates to B). But a read on A does not effect the calculation on B, since B knows nothing about a read on A -- there's no message sent around the cluster saying "A just read /x" as that would add too much overhead.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077051#4077051
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077051
More information about the jboss-user
mailing list