RE: Tribes coordinator

2012-05-01 Thread Filip Hanik (mailing lists)
-Original Message- From: Afkham Azeez [mailto:afk...@gmail.com] Sent: Tuesday, April 24, 2012 2:39 AM To: Tomcat Users List Subject: Re: Tribes coordinator Hi Filip, I have integrated the NonBlockingCoordinator committed to the Axis2 trunk. One thing I noticed is that even

Re: Tribes coordinator

2012-04-24 Thread Afkham Azeez
Hi Filip, I have integrated the NonBlockingCoordinator committed to the Axis2 trunk. One thing I noticed is that even if the current coordinator is alive, and a new member joins, it is possible for the new member to be made the coordinator while the existing coordinator transforms into a normal

Re: Tribes coordinator

2012-04-23 Thread Filip Hanik Mailing Lists
http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/tribes/group/interceptors/package-summary.html Take a look at SimpleCoordinator and NonBlockingCoordinator Equally simple to implement your own based on the requirement you have for leader election. It does depend on what you need

Re: Tribes coordinator

2012-04-23 Thread Afkham Azeez
Thanks for the pointers Filip. I will take a look. On Mon, Apr 23, 2012 at 9:12 PM, Filip Hanik Mailing Lists devli...@hanik.com wrote: http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/tribes/group/interceptors/package-summary.html Take a look at SimpleCoordinator and