Re: FileStore

2000-12-28 Thread Kief Morris
Craig R. McClanahan typed the following on 09:35 AM 12/27/2000 -0800 >> >* Create another level of nesting inside called . This is >> > probably better, because you can now configure the properties of the >> > Store implementation using attributes. I haven't had much luck getting this workin

Re: FileStore

2000-12-27 Thread Craig R. McClanahan
Kief Morris wrote: > Craig R. McClanahan typed the following on 09:38 AM 12/26/2000 -0800 > >> So far I'm looking to implement the FileStore class by cribbing code > >> from StandardManager's load() and unload() methods, to store session > >> data in individual files named with the session ID. I'

Re: FileStore

2000-12-27 Thread Kief Morris
Craig R. McClanahan typed the following on 09:38 AM 12/26/2000 -0800 >> So far I'm looking to implement the FileStore class by cribbing code >> from StandardManager's load() and unload() methods, to store session >> data in individual files named with the session ID. I've also created a >> class c

Re: FileStore

2000-12-26 Thread Craig R. McClanahan
Kief Morris wrote: > I don't see anybody assigned to tackling the Catalina 4.0 FileStore > implementation, or the Manager implementation for swapping active > sessions to disk, so I've started messing around with this. If anyone > else is interested in working on this (or already working on this)