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: a07f3367d7,5cc10500d0b7a280 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!weretis.net!feeder2.news.weretis.net!news.teledata-fn.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: task model References: <04458a0b-1e58-478b-a2f0-c47226f840ac@f16g2000yqm.googlegroups.com> <6b6bd661-06b0-4ef6-8d48-0ef97d55fdd4@f20g2000prn.googlegroups.com> From: Georg Bauhaus Date: Fri, 16 Oct 2009 16:06:06 +0200 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) Cancel-Lock: sha1:ewCPtNjbhA8tfxw7Tf+O/x94EKE= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Arcor NNTP-Posting-Date: 16 Oct 2009 16:05:59 CEST NNTP-Posting-Host: b943741b.newsspool3.arcor-online.net X-Trace: DXC=9H3ehI6_OJdIkjb;<8iR=aMcF=Q^Z^V3h4Fo<]lROoRa8kF 4. add an exception handler to your tasks. Have it print a message, for example, and then re-raise the exception. Otherwise tasks may fail in silence and you never learn what has happened.