Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!cs.utexas.edu!uunet!jvc!lpw From: lpw@jvc.UUCP (Lance Welsh) Newsgroups: comp.lang.c++ Subject: persistent objects Message-ID: <504@jvc.UUCP> Date: 21 Aug 89 19:51:45 GMT Organization: JVC Laboratory of America Lines: 23 (Apologizes if this has been asked before, I just joined the net) Where is the best place to look for some previous experience dealing with persistent objects and such in c++? We are developing an object manager here, and there seem to be so many implementation options that I was curious to see what other people have done with issues such as: - persistent objects (placed on some mass storage medium) - object relationships (queries, concurrency, integrity) - allocation and deallocation (memory pool classes, garbage collection) - networked objects (sending messages to objects on different machines) - object versions (when the class definition changes) I am most interested in c++ implementation of persistent objects. In May/June JOOP, Unland and Schlageter presented issues such as these and a language that addressed them. Can we get by without a language to do this and just invent classes to do the work? -Lance P. Welsh uunet!jvc!lpw JVC Laboratory of America