RE: [JBoss-user] Distributed Map

2003-08-14 Thread Sebastian Hauer
Hi Bela, > > I would like to use a distributed map to share state among mbean > > services running on different nodes in my cluster. First I thought > > about using org.javagroups.blocks.DistributedHashtable > > but that would require me to open a new Jchannel which I > would rather > > avoid.

RE: [JBoss-user] Distributed Map

2003-08-11 Thread Bela Ban
> Where is this code for the new cache? Into which > jboss version will it > get integrated 3.2.x or only the new 4.x? It is in JBoss 4. We might backport it to 3.2.x. > If I switch in HAPartitionImpl to use sync calls > will this not change > the overall cluster communication? If so is thi

Re: [JBoss-user] Distributed Map

2003-08-10 Thread Bela Ban
Sebastian Hauer wrote: Hi, I would like to use a distributed map to share state among mbean services running on different nodes in my cluster. First I thought about using org.javagroups.blocks.DistributedHashtable but that would require me to open a new Jchannel which I would rather avoid. So I l