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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,446940dda01a26f2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-17 00:02:04 PST From: "Egil Harald H�vik" Newsgroups: comp.lang.ada References: Subject: Re: Tasking_Error Date: Mon, 17 Mar 2003 09:03:02 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 NNTP-Posting-Host: 193.71.180.208 Message-ID: <3e758025@193.71.169.73> X-Trace: 17 Mar 2003 08:58:29 +0100, 193.71.180.208 Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!Norway.EU.net!193.71.169.73!193.71.180.208 Xref: archiver1.google.com comp.lang.ada:35399 Date: 2003-03-17T09:03:02+01:00 List-Id: Well, you have 5000 tasks calling the Called_Task.Rendevouz entry on the same instance of Called_Task_Type, but you accept the Rendevouz entry only once. I believe that the RM is very specific about this case: RM 9.5.3(21) ~egilhh