Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!citcom!jack From: jack@citcom.UUCP (Jack Waugh) Newsgroups: comp.lang.smalltalk Subject: Permanent Memory Message-ID: <119@citcom.UUCP> Date: Sun, 22-Nov-87 15:45:37 EST Article-I.D.: citcom.119 Posted: Sun Nov 22 15:45:37 1987 Date-Received: Tue, 24-Nov-87 06:38:10 EST Organization: Citcom Systems, Inc., Herndon, VA Lines: 11 My only exposure to Smalltalk has been the Byte special issue and the "Bits of History, Words Of Advice" book. I have read about two methods of managing permanent (by which I mean that which will survive the computer's being turned off) memory: OOZE (Object Oriented Zoned Environment, described in Byte), and LOOM (Large Object Oriented Memory). A third alternative is obvious: paging. What methods survive in working Smalltalk systems today? I am especially interested in those that work without special hardware support. What software method is fastest?