Re: immediate Session backup

2003-02-10 Thread jean-frederic clere
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

Re: immediate Session backup

2003-02-09 Thread Tom Anderson
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 machin

immediate Session backup

2003-02-08 Thread Tom Anderson
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