anonymous wrote : In a clustered environment, how does passivation works? Is there a
master cache doing the passivation, or every cache will passivate its data whenever an
evict event is triggered?
no passivation coordinator, pasivation is handled at a node instance and from this POV
works like 'classic' cache loading. The only difference stays in *when* the store
is touched(e.g. won't store data on cache.put, but only on evict). Documentation :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174369#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...