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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967557#3967557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967557 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
