Use case: We have an ASP solution and approx. 2000 concurrent users. All users have an organization, but most of the 2000 users will be in different organizations, so for example 1900 organizations per 2000 users. Organization is a large POJO, frequently referenced during a session. It can be updated by the user. In those cases where it is updated, we'd like any other user to have the copy on their node invalidated or updated.
Options: What we don't want is 1900 orgs on every node. So what we'd like to do is add only locally, but update or remove globally across all nodes. Or alternatively detect that a cache add is a remote call and perhaps for this type we don't want to add it. Are either of these solutions possible in the current API? If they are I'm just too unfamiliar with the code base to see the solution and I apologize for that. Bill View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884413#3884413 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884413 ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
