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,5400c39557b9f344 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-09 02:44:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.arcor-online.net!news.belwue.de!contact.softwarezentrum.de!news.bawue.de!lemmies.lb.bawue.de!not-for-mail From: lemchens@lemmies.lb.bawue.de (arvids lemchens) Newsgroups: comp.lang.ada Subject: Re: Multitasking Date: 09 Dec 2002 08:43:00 +0100 Organization: A poorly-maintained Debian GNU/Linux InterNetNews site Sender: news@pd90183c4.dip.t-dialin.net Message-ID: <8bW1ibNkACB@lemmies.lb.bawue.de> References: <8bRwOT7FACB@lemmies.lb.bawue.de> NNTP-Posting-Host: pd90183c4.dip.t-dialin.net X-Trace: pc4.dv-lemchens.de 1039427858 1476 192.168.2.6 (9 Dec 2002 09:57:38 GMT) User-Agent: OpenXP/32 v3.8.7pl1 (Linux) beta @ 2002-08-04-1336f Xref: archiver1.google.com comp.lang.ada:31577 Date: 2002-12-09T08:43:00+01:00 List-Id: Hello Steve, nospam_steved94@attbi.com am 07.12.02 um 14:09 in comp.lang.ada: >> Output is: >> ----- >> Start Task S at: 46831 >> Task S finished at 46891 >> End Task S 46891 >> Start Task U 46891 >> Task S finished at 47011 >> End Task U 47011 >> ----- > While I'm not certain what you're expecting, the output is exactly what I > expect (and get on Gnat 3.15p on W2K). I were expecting something like. Start S 46831 End S 46831 Start U 46831 End U 46831 Task S Fin 46891 Task U Fin 47011 > During the rendevous, the part between "accept S" and "end S" in your task, > the environment task and Tc do not proceed independently. If you want them > to do so change the code to look something like: > select > ... > or Thanks, now i am starting to understand. MvfG, Arvids