Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ucbvax.ARPA Path: utzoo!watmath!clyde!cbosgd!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Saving/Restarting a VMS process Message-ID: <5727@ucbvax.ARPA> Date: Sat, 23-Mar-85 22:22:11 EST Article-I.D.: ucbvax.5727 Posted: Sat Mar 23 22:22:11 1985 Date-Received: Sun, 24-Mar-85 07:02:44 EST Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 19 From: Todd.Kueny@CMU-CS-G.ARPA We are interested in a way to save the image of an executing VMS process into a file such that it can be restarted. I have seen code from Franz Lisp which allows you to save the state of Franz into an EXE file. Several questions: 1) Is there a right (DEC sanctioned) way to do this? 2) The Franz code I saw had some hideous hand built C data structures gleened from the fiche. Does anyone know if this code really works? How NONportable is it, especially 3 -> 4? Does is compact empty space into demand zero space to make the resulting EXE file small? 3) Pointers to relavent documentation? Thanks in advance, -Todd K.