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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,82b780c6fd1e1a1f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-11 06:53:26 PST Date: Tue, 11 Feb 2003 15:53:05 +0100 From: alfonso acosta User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9 X-Accept-Language: es-es, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: sigsuspend or pause system calls in Ada References: <3e484b2c$1_2@news.arrakis.es> <3e490a9d$1@epflnews.epfl.ch> In-Reply-To: <3e490a9d$1@epflnews.epfl.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 213.9.250.78 Message-ID: <3e490ec7_4@news.arrakis.es> X-Trace: caladan.arrakis.es 1044975303 213.9.250.78 (11 Feb 2003 15:55:03 +0100) Organization: Arrakis Servicios y Comunicaciones SLU Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-ge.switch.ch!news.rediris.es!bashful.rediris.es!nsnmrro1-lo.nuria.telefonica-data.net!caladan.arrakis.es Xref: archiver1.google.com comp.lang.ada:33991 Date: 2003-02-11T15:53:05+01:00 List-Id: > Do you really *need* to use them? Well, I need my rocedure to be waiting for a signal, maybe it works if I just do while True loop; delay 1; end loop; signals will be handled when delay is executed? > If you just want to pause your system, try a simple "delay" statement. > > Rodrigo > >