You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2006/03/20 21:21:00 UTC

svn commit: r387302 - /tomcat/container/tc5.5.x/modules/groupcom/to-do.txt

Author: fhanik
Date: Mon Mar 20 12:20:59 2006
New Revision: 387302

URL: http://svn.apache.org/viewcvs?rev=387302&view=rev
Log:
minor updates to the todo

Modified:
    tomcat/container/tc5.5.x/modules/groupcom/to-do.txt

Modified: tomcat/container/tc5.5.x/modules/groupcom/to-do.txt
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/to-do.txt?rev=387302&r1=387301&r2=387302&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/to-do.txt (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/to-do.txt Mon Mar 20 12:20:59 2006
@@ -3,9 +3,11 @@
 
 Documentation:
 ===========================================
- Why is tribes unique compared to JGroups/Appia
+ Why is tribes unique compared to JGroups/Appia and other group comm protocols
+
  1. Uses NIO and TCP for guaranteed delivery and the ability to join large groups
- 2. Guarantees messages the following way
+ 
+2. Guarantees messages the following way
     a) TCP messaging, with a following READ for NIO to ensure non broken channel
     b) ACK messages from the receiver
     c) ACK after processing
@@ -27,6 +29,7 @@
 
 Code Tasks:
 ===========================================
+
 30. CookieBasedReplicationMap - a very simple extension to the LazyReplicatedMap
     but instead of randomly selecting a backup node and then publishing the PROXY to all
     the other nodes in the group, this will simply 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org