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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bdb4d50db1f56285 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-14 07:01:17 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Matthew Heaney" Newsgroups: comp.lang.ada Subject: Re: timed entry call doesnt timeout Date: Mon, 14 Jan 2002 10:05:46 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3C42A089.998D3EA0@meppen.sema.slb.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:18907 Date: 2002-01-14T10:05:46-05:00 List-Id: "Vincent Smeets" wrote in message news:3C42A089.998D3EA0@meppen.sema.slb.com... > I am writing a driver for an network protocol which will send data and > wait for an acknowledgement. I have implemented it in a package (Pkt) > with a procedure interface. Inside this package, I use a protected type > and the requeue statement to implement an action with a timeout. Why are you making "potentially blocking" calls to Text_IO from inside a protected object?