[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 07:15:52 EDT 2008


well I understand ur point of view.

I'm exactly use TreeCache (1.4.1 SP3 with Jboss 4.0.5GA) in this way : 

put all my objects at /root/subroot , so I have :

  | /root
  |   /subroot 
  |     Integer1 : Object1
  |     Integer2 : Object2
  |     Integer3 : Object3
  | 

instead, I must have as you said :

  | /root
  |   /subroot
  |     / Integer1
  |        Key1 : Object1  (Key can be same as Insteger1 or anything else)
  |        dummy : null
  |     /Integer2
  |       Key2 : Object2 (see above)
  |       dummy : null
  |     /Integer3
  |       Key3 : Object3 (see above)
  |       dummy : null
  | 
It is right ?

Otherelse, do u think it is a good thing to let "dummy" object staying in my cache or shall I have to delete it just before Tx finished ?

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

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



More information about the jboss-user mailing list