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,8ee36bc9f5f21359 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!news2.google.com!proxad.net!134.158.69.22.MISMATCH!in2p3.fr!oleane.net!oleane!hunter.axlog.fr!nobody From: Jean-Pierre Rosen Newsgroups: comp.lang.ada Subject: Re: Need a Sanity Check Date: Mon, 16 May 2005 17:18:58 +0200 Organization: Adalog Message-ID: <4288B9E2.2010109@adalog.fr> References: <1115772555.000422.205200@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: mailhost.axlog.fr Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: s1.news.oleane.net 1116257277 28847 195.25.228.57 (16 May 2005 15:27:57 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Mon, 16 May 2005 15:27:57 +0000 (UTC) To: Steve User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: fr, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:11040 Date: 2005-05-16T17:18:58+02:00 List-Id: Steve a �crit : > I believe the output you get from this program is dependent on the runtimes > implementation of Text_IO. > > The old ARM 9.5.1: > During a protected action, it is a bounded error to invoke an operation > that is potentially blocking. The following are defined to be potientially > blocking operations: An accept statement is a potentially blocking operation, but it is *not* a protected operation, therefore it is safe to call Text_IO from within an accept statement (but an accept statement cannot be called from within a protected subprogram or entry). -- --------------------------------------------------------- J-P. Rosen (rosen@adalog.fr) Visit Adalog's web site at http://www.adalog.fr