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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,229eda63f0d80a47 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!x42g2000yqx.googlegroups.com!not-for-mail From: Matteo Bordin Newsgroups: comp.lang.ada Subject: Re: Q: Profiles Date: Tue, 9 Nov 2010 03:04:38 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <4cd3e506$0$6992$9b4e6d93@newsspool4.arcor-online.net> NNTP-Posting-Host: 194.98.77.125 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1289300679 11563 127.0.0.1 (9 Nov 2010 11:04:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 9 Nov 2010 11:04:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x42g2000yqx.googlegroups.com; posting-host=194.98.77.125; posting-account=0fK-ZgoAAACswzEJSZ3LA9AZ4FnRU7mX User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:16371 Date: 2010-11-09T03:04:38-08:00 List-Id: On Nov 5, 12:05=A0pm, Georg Bauhaus wrote: > The Ravenscar profile (and the Restricted profile in GNAT) > assume we want our tasks to run forever. =A0Programs will be > supported by a lean and efficient run-time. > > What if I just want the lean and efficient Ravenscar run-time > but do want my tasks to terminate? Why don't you just let your task suspend forever on an entry whose barrier is never opened?