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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6955eae2a99ef80 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!a3g2000prm.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: No_Task_Termination and the main subprogram Date: Mon, 3 Nov 2008 04:11:02 -0800 (PST) Organization: http://groups.google.com Message-ID: <2d089cd4-48bc-4f26-8859-5833d28b99be@a3g2000prm.googlegroups.com> References: NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1225714262 22004 127.0.0.1 (3 Nov 2008 12:11:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 3 Nov 2008 12:11:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a3g2000prm.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:2558 Date: 2008-11-03T04:11:02-08:00 List-Id: Option 4. This is what the main procedure has done on every system I've ever worked on in the last >15 years. Never a problem. I can't even remember it even being commented on that the environment task might still be executing and waiting on all the other tasks to complete - it's just never an issue, as they aren't expected to complete! Cheers -- Martin