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/17 22:53:42 UTC

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

Author: fhanik
Date: Fri Mar 17 13:53:41 2006
New Revision: 386733

URL: http://svn.apache.org/viewcvs?rev=386733&view=rev
Log:
added todo stuff

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=386733&r1=386732&r2=386733&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/to-do.txt (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/to-do.txt Fri Mar 17 13:53:41 2006
@@ -3,7 +3,26 @@
 
 Documentation:
 ===========================================
+ Why is tribes unique compared to JGroups/Appia
+ 1. Uses NIO and TCP for guaranteed delivery and the ability to join large groups
+ 2. Guarantees messages the following way
+    a) TCP messaging
+    b) ACK messages from the receiver
+    c) ACK after processing
+    
+ 3. Same (single) channel can handle all types of guarantees (a,b,c) at the same time
+    and both process synchronous and asynchronous messaging.
+    This is key to support different requirements for messaging through 
+    the same channel to save system resources.
 
+ 4. For async messaging, errors are reported through an error handler, callback
+ 
+ 5. Ability to send on multiple streams at the same time, in parallel, to improve performance
+ 
+ 6. Future version will have WAN membership and replication
+    
+    
+ 
 
 Code Tasks:
 ===========================================



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