Re: DeltaManager implementation

2017-08-08 Thread Mark Thomas
On 04/08/17 20:55, christop...@baus.net wrote: > We are still having an issue with some users losing session information. > I want to use synchronous updates for the DeltaManager. > To enable this should the channelSendOptions be set to 6? That isn't > clear to me from reading the documentation.

Re: DeltaManager implementation

2017-08-04 Thread christopher
We are still having an issue with some users losing session information. I want to use synchronous updates for the DeltaManager. To enable this should the channelSendOptions be set to 6? That isn't clear to me from reading the documentation. Thanks, -Chris On Thu, Jul 27, 2017, at 12:37 PM,

Re: DeltaManager implementation

2017-07-27 Thread christopher
>> Or does the DeltaManager replicate to all nodes? > > It does, but the issue is one of timing. The main problematic area is > the user agent being directed to another node before the session data > has replicated. This can be avoided by configuring sync replication > (which slows things down

Re: DeltaManager implementation

2017-07-26 Thread Mark Thomas
On 26/07/2017 19:20, christop...@baus.net wrote: > Hi, > > I'm running on the following platform: Tomcat 8.5.12 Java 1.8.0_121 Windows > 2012R2 > I'm working on a multi-node configuration. I have some questions about how > the DeltaManager works. Does using the DeltaManager require sticky