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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4fe0da28a190b761 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.velia.net!noris.net!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Storage management Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <87fxmbog1u.fsf@mid.deneb.enyo.de> <87abciurrl.fsf@mid.deneb.enyo.de> Date: Fri, 7 Nov 2008 09:30:21 +0100 Message-ID: <13hpf6ht4tl2m$.1su6rgr67eb2o$.dlg@40tude.net> NNTP-Posting-Date: 07 Nov 2008 09:30:21 CET NNTP-Posting-Host: 1adfc830.newsspool4.arcor-online.net X-Trace: DXC=XDNIgkMn1=F^B]`=U:WelB4IUKkgB6D]P3:chCZI X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:2606 Date: 2008-11-07T09:30:21+01:00 List-Id: I have a general question. Does anybody use abort and asynchronous transfer of control? After all, there is no chance to have them reasonably working anyway. The notorious example from ARM 9.7.1: select delay 5.0; then abort Get_Line (...); end select; has good chances not to work. How about to remove that stuff altogether and make a far more important finalization right and fast? -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de