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.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.
Does this sound like a good thing to do?
If so, what's the right way to do this. I was thinking that overriding add(Session) in PersistentManagerBase would to the trick.
~Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]