Sorry I mistook a typo "slow" for "low." I looked over the code.
Aaron > -----Original Message----- > From: Aaron Smuts [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 13, 2002 8:35 PM > To: 'Jakarta Commons Developers List' > Subject: RE: [simplestore] inital check in -- cache (JCS plugins) > > Hi: > > How do you find JISP? I added a disk auxiliary cache to JCS that uses > it and it seems pretty fast and I haven't been able to get it to lock > up. It uses a lot of disk space and doesn't take kindly to sharing > files. I haven't tried to reliably re-use old files on startup yet. I > haven't explored all of the features yet. > > How are you handling memory management? > > I'm looking for some alternative memory algorithms. I want to make > memory management pluggable, but I need some alternatives to my LRU > double-linked list first. > > " A background Thread checks if memory running > > slow" > > How do you determine slow? This is interesting. > > Cheers, > > Aaron > > > > > > -----Original Message----- > > From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, January 12, 2002 12:12 PM > > To: Jakarta Commons Developers List > > Subject: [simplestore] inital check in > > > > Hi all, > > I just booked in the first version of the simplestore > > into the sandbox area. > > > > I added following components: > > Store: the Store interface > > > > MRUMemoryStore: a MRU (Most Recently Used) Memory Store. > > > > JispFilesystemStore: a Jisp > > (http://www.coyotegulch.com/jisp/index.htmlbased) > > persistent Store. > > > > JispStringKey: A wrapper class for String Keys (unfortunately Jisp > > cames with a own Key class). > > TODO: add Integer and Long wrapper classes. > > > > StoreJanitor: the StoreJanitor interface. > > > > StoreJanitorImpl: you can register your Memory Stores in > > this class. A background Thread checks if memory running > > slow in you JVM and if yes it frees some objects out of the > > registered Stores. > > > > NOTE: > > I just merged the classes from the Cocoon project. I have first > > to test them fully. Maybe they are not 100% ready! > > > > Have fun > > Gerhard > > > > > > --------------------------------- > > Never share a foxhole with anyone > > braver than you are. > > --------------------------------- > > > > > > > > -- > > To unsubscribe, e-mail: <mailto:commons-dev- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:commons-dev- > > [EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:commons-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:commons-dev- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
