[jboss-user] [JBoss Cache: Core Edition] - Re: Exclusive lock is acquired on all nodes not one only

dmary do-not-reply at jboss.com
Mon Jun 16 05:51:28 EDT 2008


no , what I want exactly is :

 1) node 1 read /root/subroot/A
 2) other nodes cannot read /root/subroot/A as node 1 is  reading it (locked)
 3) node 5 read /root/subroot/B
 4) other nodes cannot read /root/subroot/B as node 5 is  reading it (locked)
 5) node 1 finishing reading (and writing optionally) on A, so A is available for others (unlocked)
 6) node 5 finishing reading (and writing optionally) on B, so B is available for others (unlocked)

so do u see how I can achieve it ?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158284#4158284

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158284



More information about the jboss-user mailing list