0 Replies Latest reply on Aug 25, 2006 2:53 PM by balamg

    using jboss cache for global caching

    balamg

      I have a web application where different logged-in users mostly work with the same data and they all need to "see" each others changes as fast as they can. i am currently hitting the database on each click and refreshing the data. As you can imagine this is a huge performance overhead

      Is it possible that all logged in users share a global read/write transactional cache. Is JBoss Cache the right solution to this problem

      i would assume that this is a fairly common problem. how is it generally solved ?

      Any pointers will be appreciated.

      Thank You