Tom Anderson wrote:
On Saturday, February 8, 2003, at 10:59 PM, Tom Anderson wrote:
I would like the PersistentManagerBase to immediately backup a session
if the maxIdleBackup parameter is zero. The reason I want this
behavior is that, in a load-balanced architecture, the next request
might go to another machine which would need to pull it out of store.
Does this sound like a good thing to do?
I have created the PersistentValve valve in Tomcat5 for such a purpose.
If so, what's the right way to do this. I was thinking that
overriding add(Session) in PersistentManagerBase would to the trick.
On further thought this would only save the session before the
application was able to use it which wouldn't be very useful. I guess
I don't know how to do this right now.
~Tom
---------------------------------------------------------------------
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]