[JBoss-user] [JBossCache] - Re: Problem with cluster under same VM

2005-05-13 Thread g.ambrozio
"[EMAIL PROTECTED]" wrote : Well, if the members are in different clusters, then you will always get different results. | I suggest you don't start all 3 threads concurrently. Have at least 1 member in the cluster, before you start the others. | Otherwise, they will need a merge, and the MERG

[JBoss-user] [JBossCache] - Re: Problem with cluster under same VM

2005-05-12 Thread g.ambrozio
Some new tests: First, I modified the first sleep to: | //Util.sleep((long) (Math.random()*5000)); | Util.sleep((long) (id*2000)); | id is now an integer, rather than a String. So now I have the first thread starting after 2 seconds, the second after 4 and the third after

[JBoss-user] [JBossCache] - Re: Problem with cluster under same VM

2005-05-12 Thread g.ambrozio
Did you modify something else?? I'm running on my machine and I still geet inconsistent results: ended 2 26 ended 1 29 ended 3 23 using vsync.xml: | | | | | | | | | | | | | | | | Can it be b