[JBoss-dev] [JBossCache] - Replicated map coherence

2005-03-02 Thread abakaev
It's actually a Jgroups question, but it's also related to caching... We are trying to build an replicated map based on JGroups (like the DistributedHashtable). The main concern is coherence of the replicated map. For example, consider two threads on different nodes trying to update the same en

[JBoss-dev] [JBossCache] - Problem with transaction isolation?

2004-12-27 Thread abakaev
In my first experiments with JBossCache I'm using it in standalone mode with the dummy Tx manager. The cache is populated with simple "ProductVO" objects having three primitive attributes (two numbers and a String). I'm having two threads starting one after another (I tried time intervals aroun