Clemens Eisserer wrote:
Hello,
Terracotta?
http://www.terracotta.org/
Thanks a lot for your answer. Wow teracotta really looks impressive
and very powerful- however its too heavy for my use. It needs servers
and clients started and so on which is problematic because I don't
have any control over the servers :-/
I tinkered a bit arround and the only thing I would really need would
be distributed Lock.acquire/wait/notify, best would be simply a
library which I tell about the available servers and which uses normal
tcp/ip to communicate with all others and detects if a machine goes
down. Does something exist at all?
Tomcat uses a little framework called tribes, a 227k JAR inside tomcat 6
lib directory called
catalina-tribes.jar
On top of that you can implement distributed locking fairly easily.
Here is some info
http://people.apache.org/~fhanik/tribes/docs/introduction.html
Maven Repo:
http://tomcat.apache.org/dev/dist/m2-repository/org/apache/tomcat/tribes/
It's extremely capable, but not fully documented, just shoot me an email
if you wanna use it, and I Can help you out.
Filip
Thank you in advance, lg Clemens
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]