From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=BAYES_20,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!orion.oac.uci.edu!ucivax!gateway From: jduarte@ternes.ICS.UCI.EDU (J o s e D u a r t e) Newsgroups: comp.lang.ada Subject: suspending/awakening a process Message-ID: <9104231022.aa21618@PARIS.ICS.UCI.EDU> Date: 23 Apr 91 17:22:50 GMT List-Id: Hi Ada Folks, This is more of a UNIX-related question than an Ada language question: When I suspend a process in UNIX using ^Z or the "suspend" command from within a C shell script, how can I issue a "SIGCONT" signal to it from within another process? Is this possible w/o having to type "fg" at the shell prompt? I'm implementing a "busy-wait" type process that I want to get suspended until it's needed so that it won't burn CPU time. Comments and suggestions are welcome. Thanks Again to all, Jose' Duarte