Xref: utzoo comp.unix.wizards:12160 comp.unix.questions:10101 Path: utzoo!attcan!uunet!husc6!rutgers!att!alberta!anthony From: anthony@alberta.UUCP (Anthony Mutiso) Newsgroups: comp.unix.wizards,comp.unix.questions Subject: Re: Implement a Remote Fork facility Summary: Need more information on this subject, practical solutions, hacks etc. Keywords: Fork, Process, migration, remote, a.out, core Message-ID: <159@seibert.UUCP> Date: 5 Nov 88 20:49:11 GMT References: <1777@pembina.UUCP> <2163@cuuxb.ATT.COM> Organization: U. of Alberta, Edmonton, AB Lines: 26 In article <2163@cuuxb.ATT.COM>, dlm@cuuxb.ATT.COM (Dennis L. Mumaugh) writes: > In article <1777@pembina.UUCP> anthony@alberta.UUCP (Anthony Mutiso) writes: > > > MY PROBLEM: How does one copy a active process execution > > image, and restart it else where jumping to same location the > > parent process is at. > > [ This is refer format ]. > > %A D. H. Lawrie > %A J. M. Randal > %A R. R. Barton > %T Experiments with Automatic File Migration > %J COMP > %I University of Illinois > %D 1982 > %P 45-55 (1) How would one go about converting a core image to a a.out object. (2) All the data in the new a.out is initialized to the values present in the core image at the time it was made. (3) Have the program entry point somewhere in the program other than in the main function, "the process contiunes as if it always exsisted". of course some type of inti function will have to open all the former process files and wind then up to the correct locations. Hints, ideas anything. Anthony Mutiso anthony@alberta.UUCP