4 Replies Latest reply on Apr 23, 2005 1:13 PM by ben.wang

    write lock

    robertointernet

      Hi all

      I have a scenario where the following happens:

      1) I have 400 objects store in jboss-cache that are constantly being updated

      2) each object is located in it's own Fqn. So object1 will be in /1/object1, object2 will be in /2/object2, etc

      3) there is gui that is being periodically updated with information on the 400 objects

      so my question is: when I'm refreshing the gui I don't want to wait until all 400 objects have released their write locks as I don't mind having inconsistent information (user can always click on the object with a readlock to get more detailed information), is this possible using treecache? if yes how?

      thanks
      Roberto