Correct explanation. mapSendOptions=6 is synchronous, not asynchronous.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 21 Jul 2010 10:59:31 +0000 (10:59 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 21 Jul 2010 10:59:31 +0000 (10:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@966178 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/cluster-manager.xml

index 6813829..7c5119a 100644 (file)
      <attribute name="mapSendOptions" required="false">
        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 <code>6</code>(asynchronous).<br/>
+       messages, the default value is <code>6</code>(synchronous).<br/>
        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.