"kaobe" wrote : Hi again, | | for your idea with the data cache you could look at the DistributedState Service. I use it to manage clusterwide unique data. The data is manipulated only by the Singleton so that it stays unique. | The DistributedState is explained in the Cluster docu. | You might also want to check out JBossCache, which IMHO is easier to work with than DistributedState. I originally started out using DistributedState to manage cluster-wide data, but after tinkering with the JBossCache, I found it to be much more straightforward. Also, from everything I have read, JBossCache is the direction JBoss is moving in for implementing distributed data management.
Check it out at http://www.jboss.org/developers/projects/jboss/cache/index.html <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825990#3825990">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825990>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
