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: 103376,345e13136367c50f,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.189.72 with SMTP id gg8mr10096186pbc.4.1327486315472; Wed, 25 Jan 2012 02:11:55 -0800 (PST) Path: lh20ni221967pbb.0!nntp.google.com!news1.google.com!postnews.google.com!h12g2000yqg.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: task abortion Date: Wed, 25 Jan 2012 02:11:55 -0800 (PST) Organization: http://groups.google.com Message-ID: <393dafce-883a-4b6c-82a6-1657de15d2f3@h12g2000yqg.googlegroups.com> NNTP-Posting-Host: 195.58.145.51 Mime-Version: 1.0 X-Trace: posting.google.com 1327486315 4836 127.0.0.1 (25 Jan 2012 10:11:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 25 Jan 2012 10:11:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h12g2000yqg.googlegroups.com; posting-host=195.58.145.51; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.16) Gecko/20111108 Iceweasel/3.5.16 (like Firefox/3.5.16),gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-01-25T02:11:55-08:00 List-Id: I want to be able to abort a task if it has not responded for a while, and then start a new one in its stead. I have a pointer going to the concerned task. Each task has a 'stop accept' in its rendezvous which forces it out of its loop so that it ends, but if the task has frozen for some reason then I want to abort. I would be interested how to do this and folks strategies for keeping on top of tasks