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.0 required=5.0 tests=BAYES_40,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a0f8bfc88538cab5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g47g2000cwa.googlegroups.com!not-for-mail From: "e.coli" Newsgroups: comp.lang.ada Subject: Re: task time-out&abort Date: 23 Jun 2005 10:01:08 -0700 Organization: http://groups.google.com Message-ID: <1119543599.616520.185540@g47g2000cwa.googlegroups.com> References: <1119463703.048124.135330@o13g2000cwo.googlegroups.com> <1119540379.606416.227950@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 213.215.153.30 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1119546075 19928 127.0.0.1 (23 Jun 2005 17:01:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 23 Jun 2005 17:01:15 +0000 (UTC) In-Reply-To: <1119540379.606416.227950@z14g2000cwz.googlegroups.com> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g47g2000cwa.googlegroups.com; posting-host=213.215.153.30; posting-account=OjhBzA0AAAC7IWpsLrvIpzjmXdzmh93y Xref: g2news1.google.com comp.lang.ada:11597 Date: 2005-06-23T10:01:08-07:00 List-Id: > Speliced2 call the task entry uno. > now how Speliced2 can terminate the execution of the entry "uno" before > the > end of the call (es. time-out)? My goal is that the calling process can abort the call after x second if the computation of the entry take too much time. thanks