Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!sri-unix!hplabs!cae780!leadsv!esl!mac From: mac@esl.UUCP Newsgroups: comp.unix.questions Subject: Re: Suspending processes Message-ID: <391@esl.UUCP> Date: Mon, 26-Jan-87 17:37:05 EST Article-I.D.: esl.391 Posted: Mon Jan 26 17:37:05 1987 Date-Received: Wed, 28-Jan-87 06:11:42 EST References: <836@A60.UUCP> <8299@topaz.RUTGERS.EDU> <803@maynard.BSW.COM> Reply-To: mac@esl.UUCP (Mike McNamara) Organization: ESL, Inc., Sunnyvale, CA. Lines: 26 In article <803@maynard.BSW.COM> campbell@maynard.UUCP (Larry Campbell) writes: >VENIX provides suspend(pid) and resume(pid) system calls, and 'suspend' >and 'resume' commands. They're so useful, and so obviously easy to >implement, I wonder why they never got into System V or BSD. >-- >Larry Campbell The Boston Software Works, Inc. >Internet: campbell@maynard.uucp 120 Fulton Street, Boston MA 02109 >uucp: {alliant,wjh12}!maynard!campbell +1 617 367 6846 >ARPA: campbell%maynard.uucp@harvisr.harvard.edu MCI: LCAMPBELL in BSD4.{2,3} suspend: # suspend a process by pid kill -STOP pid resume: # resume a process by pid kill -CONT pid -- Michael Mc Namara ESL Incorporated ARPA: mac%esl@lll-lcc.ARPA