3 Replies Latest reply on Apr 20, 2006 8:07 AM by manik

    Cache Distribution Question

    micho

      In my application I have to manage large objects which are very expensive to read from the database.
      Therefore I want to cache these Objects in an Appserver.
      If I understood the clustering right, jboss distributes the cache to all nodes in the cluster.
      Is there a concept to distribute special instances of an bean to special nodes (or groups of nodes) in the cluster without copiing these instances to all nodes

      For Example an object PErson Names A-C to Node1 Names D-F Node2 ....