Path: utzoo!mnetor!uunet!husc6!tut.cis.ohio-state.edu!uwmcsd1!ig!agate!ucbvax!BRANDEIS.BITNET!SUTTON From: SUTTON@BRANDEIS.BITNET Newsgroups: comp.os.vms Subject: RE: interprocess communication Message-ID: <8803151649.AA21760@ucbvax.Berkeley.EDU> Date: 14 Mar 88 14:34:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 8 I don't guarantee that this will work because I haven't tried it. This is just a suggestion. If you're running a command procedure in the child process, you might be able to use the DCL commands, SET PROCESS/SUSPEND and SET PROCESS/RESUME, on the parent process. If you're trying to this from a an image, you might want to look at section 8.5 of the system services manual, which is about process hibernation and waking etc... SUTTON@BRANDEIS.BITNET