Path: utzoo!attcan!uunet!husc6!mailrus!rutgers!aramis.rutgers.edu!porthos.rutgers.edu!webber From: webber@porthos.rutgers.edu (Bob Webber) Newsgroups: comp.unix.wizards Subject: Re: Interactive Background Processes Message-ID: Date: 2 Jul 88 09:40:52 GMT References: <16365@brl-adm.ARPA> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 15 In article <16365@brl-adm.ARPA>, kvancamp@ardec.arpa (Ken Van Camp) writes: > > When running large, computationally-intensive programs (such as > finite element codes, ray tracers, and other simulations), it is usually > desirable to run the program in the background so the user is free to > perform other tasks, logout, etc. Unfortunately, under Unix, selecting > background processing precludes interactivity in the software. I have no problem backgrounding a process, getting a message saying that it has stopped waiting for terminal input and foregrounding it to talk to it. On the Suns, gcore will get you a core dump of a running process allowing you to interogate it using your favourite debugger. So your problem should go away now that bsd and svid are merging. ---- BOB (webber@athos.rutgers.edu ; rutgers!athos.rutgers.edu!webber)