From c6ebcd443baba29cb3050d9773ed42e1cdcc00d0 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 21 Jul 2010 10:59:31 +0000 Subject: [PATCH] Correct explanation. mapSendOptions=6 is synchronous, not asynchronous. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@966178 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/cluster-manager.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/config/cluster-manager.xml b/webapps/docs/config/cluster-manager.xml index 6813829cb..7c5119a31 100644 --- a/webapps/docs/config/cluster-manager.xml +++ b/webapps/docs/config/cluster-manager.xml @@ -112,7 +112,7 @@ The backup manager uses a replicated map, this map is sending and receiving messages. You can setup the flag for how this map is sending - messages, the default value is 6(asynchronous).
+ messages, the default value is 6(synchronous).
Note that if you use asynchronous messaging it is possible for update messages for a session to be processed by the receiving node in a different order to the order in which they were sent. -- 2.11.0