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 01:26:41 UTC

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

Author: fhanik
Date: Sun Mar 19 16:26:40 2006
New Revision: 387086

URL: http://svn.apache.org/viewcvs?rev=387086&view=rev
Log:
Added important notes to the total order protocol

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=387086&r1=387085&r2=387086&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/to-do.txt (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/to-do.txt Sun Mar 19 16:26:40 2006
@@ -33,6 +33,11 @@
     Once there is a coordinator in the group, the total order protocol is the same 
     as the OrderInterceptor, except that it gets its message number from 
     the coordinator, prior to sending it out.
+    The TotalOrderInterceptor, will keep a order number per member,
+    this way, ordering is kept intact when different messages are sent
+    two different members, ie
+    Message A - all members - total order (mbrA-2, mbrB-2, mbrC-2, mbrD-2)
+    Message B - mbrC,mbrD only - total order (mbrA-2, mbrB-2, mbrC-3, mbrD-3)
 
 21. Implement a WAN membership layer, using a WANMbrInterceptor and a 
     WAN Router/Forwarder (Tipi on top of a ManagedChannel)



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