On 08/05/2009 01:07 PM, John Shields wrote:
In the configuration reference [1] and in numerous examples, it's stated that the default map send options mode for the BackupManager is "6 (asynchronous)". In looking at the source code (6.0.18) it does appear that "6" is the default value:private int mapSendOptions = Channel.SEND_OPTIONS_SYNCHRONIZED_ACK|Channel.SEND_OPTIONS_USE_ACK However, as you can see, I'm a bit confused as to why this would be considered "asynchronous". Is this an error in the documentation (and examples) or am I missing something? It seems that to get asynchronous sending I'd set the map send options to "8". Right?
correct feel free to submit a patch Filip
Thanks! Regards, John [1] http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-manager.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
