I'm not sure if you saw this email....
According to the website (http://www.bway.net/~lichtner/evs4j.html):
"Extended Virtual Synchrony for Java (EVS4J), an Apache-
Licensed, pure-Java implementation of the fastest known totally
ordered reliable multicast protocol."
Once you have a total ordered messing protocol, implementing a
distributed lock is trivial (I can go into detail if you want). I
suggest we ask Guglielmo if he would like to donate his
implementation to this incubator project and if he would like to work
on a pessimistic distributed locking implementation.
What do you think?
-dain
Begin forwarded message:
From: [EMAIL PROTECTED]
Date: January 4, 2006 10:46:44 AM PST
To: [email protected]
Subject: Replication using totem protocol
Reply-To: [email protected]
On google I saw that the apache geronimo incubator had traces of a
totem
protocol implementation (author "adc" ??). Is this in geronimo,
replication using totem?
If you google "java totem protocol" the first link is my evs4j
project,
the second one is a reference to old apache geronimo incubator code.