Another session replication question

2008-10-20 Thread Jess Holle
I somehow missed Filip Hanik's helpful response to my previous session replication question. I have one other: With DeltaManager and/or BackupManager, are multiple calls to setAttribute() and/or removeAttribute for the same attribute during the same request coalesced/collapsed? It is

Re: Another session replication question

2008-10-20 Thread Filip Hanik - Dev Lists
hi Jess, you're example is correct, replication doesn't happen until the request is complete and is done by the ReplicationValve. Filip Jess Holle wrote: I somehow missed Filip Hanik's helpful response to my previous session replication question. I have one other: With DeltaManager

Re: Another session replication question

2008-10-20 Thread Jess Holle
Thanks for the info. A little more reading of the code and I clearly see that -- sorry for the dumb question. Now for the hard part - determining if we really can and should start replicating a large application grown over the last decade -- given the limitations of

Re: Another session replication question

2008-10-20 Thread Filip Hanik - Dev Lists
what you could do, is to replace the replication valve logic, with your own, that would fit your own application Filip Jess Holle wrote: Thanks for the info. A little more reading of the code and I clearly see that -- sorry for the dumb question. Now for the hard part - determining if we