liche Nachricht-
Von: Rainer Jung [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 18. Januar 2007 17:01
An: Tomcat Users List
Betreff: Re: AW: AW: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before
sending the response
[EMAIL PROTECTED] wrote:
> Hi Peter,
>
> Thanks for your
[EMAIL PROTECTED] wrote:
Hi Peter,
Thanks for your very detailed answer.
I see, ReplicationValve triggers the session replication after completion of
request/response. But which data of the session (parts or the complete session)
depends on the manager. Looking at the JavaDoc neither DeltaM
:[EMAIL PROTECTED]
Gesendet: Donnerstag, 18. Januar 2007 13:49
An: Tomcat Users List
Betreff: Re: AW: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before
sending the response
Hi Andy,
Please, look to ReplicationValve source code!
=== Snip ReplicationValve code 346ff
getNext
Peter Rossbach [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 18. Januar 2007 08:45
An: Tomcat Users List
Betreff: Re: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication
before sending the response
Hmm,
It is not true, that multiple session replications are processed of
one request! Ses
Re: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending
the response
Hmm,
It is not true, that multiple session replications are processed of one
request! Session are replicated only after response processing is finished, see
class o.a.c.cluster.tcp.ReplicationValve. As yo
Hmm,
It is not true, that multiple session replications are processed of
one request! Session are replicated only after response processing is
finished, see class o.a.c.cluster.tcp.ReplicationValve. As you have
multiple request at same session, you can have small inconsistency
problems.
Hi Peter,
Thanks for your answer. As far as I know the SimpleTcpReplicationManager has
been implemented for Tomcat 4 an replicates the session when it changes. So
everytime the session changes it would replicate it. Thus TC would replicate my
session several times during the processing of a req