1 Reply Latest reply on Apr 26, 2003 9:47 AM by slaboure

    sharing vars

    arnaud.barbe

      hi

      i have developping an application on jboss on single jvm. Now i would like to cluster this application. But i'm using static var in classes (singleton pattern). Is there any solutions to share vars (for example in jboss jndi) with excusive read access ?

        • 1. Re: sharing vars
          slaboure

          "exclusive read access"? pessimistic locking? you may want to make a BMP then and use the Distributed State service as a way to store your BMP state.