Lisp HUG Maillist Archive

persistent objects.


I am looking for a means of storing persistent objects on disk that can 
be rapidly moved in and out of memory for use with a distributed 
application.
The data set is fairly large (several hundred MB) and grows 
continuously.
WOOD associated with MCL works quite well for me.
For Lispworks, I tried PLOB (Persistent Lisp Objects) but was 
unsuccessful.
I am able to contract small amounts of work

Thanks,

Sheldon


Re: persistent objects.

Hi Sheldon,

On Mar 4, 2005, at 2:39 PM, sheldon ball wrote:

> I am looking for a means of storing persistent objects on disk that 
> can be rapidly moved in and out of memory for use with a distributed 
> application.
> The data set is fairly large (several hundred MB) and grows 
> continuously.
> WOOD associated with MCL works quite well for me.
> For Lispworks, I tried PLOB (Persistent Lisp Objects) but was 
> unsuccessful.
> I am able to contract small amounts of work


A couple of possibilities:

http://www.cliki.net/cl-store
http://www.cliki.net/Elephant


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


Updated at: 2020-12-10 08:53 UTC