Path: utzoo!utgpu!attcan!uunet!convex!killer!ames!pasteur!ucbvax!MAILGW.CC.UMICH.EDU!rees From: rees@MAILGW.CC.UMICH.EDU (Jim Rees) Newsgroups: comp.sys.apollo Subject: Re: Apollo DOMAIN/IX csh question - job control Message-ID: <8807291748.AA01877@a.cc.umich.edu> Date: 29 Jul 88 17:41:34 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: rees@caen.engin.umich.edu (Jim Rees) Organization: The Internet Lines: 11 I don't know how Apollo implemented it, but on a real UNIX system there should be no difference in job execution caused by whether your shell is supporting job control or not. That's because "real" Unix isn't advanced enough to let you run a program without spawning a whole new process to run it in. Instead, it relies on total crocks like vfork() to speed up process creation. Let's not start a flame war, OK? -------