Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!mordor!styx!ames!scubed!piaget!jc From: jc@piaget.UUCP (John Cornelius) Newsgroups: comp.unix.questions Subject: Re: SHL LAYERS Message-ID: <161@piaget.UUCP> Date: Tue, 20-Jan-87 10:44:30 EST Article-I.D.: piaget.161 Posted: Tue Jan 20 10:44:30 1987 Date-Received: Wed, 21-Jan-87 02:48:12 EST References: <1324@cadovax.UUCP> Reply-To: jc@piaget.UUCP (John Cornelius, System Manager) Organization: International Widget Lines: 24 In article <1324@cadovax.UUCP> mitchell@cadovax.UUCP (Mitchell Lerner) writes: >I need to be able to interactively stop jobs, start new ones, resume >jobs, that kind of thing in system 5. I'm used to Bsd and I'm gonna >be using system 5, and I'm wondering if shl layers will suffice for >my purposes. > >Anybody used shl layers? How is it as a user interface? Can I do most >of the things that I can do under Berkeley's job control with shl layers? I have and they seem to work fine. What layers actually does is to detach your terminal from the current process. If the process doesn't require input from the terminal it will continue to run. I suspect that if a detached process wants to output to the terminal as the standard error device it will do so without regard to whether the terminal is attached. This could cause some rather interesting screens. I do not believe that there is actually a SIGSUSP signal in System V so the process has to run until it wants to do I/O to the terminal. -- John Cornelius (...!sdcsvax!piaget!jc)