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,8af9e3a438ec928a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.stueberl.de!news-mue1.dfn.de!news-ham1.dfn.de!news.uni-hamburg.de!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: process blocking Date: Thu, 9 Sep 2004 14:51:28 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <41400af9$1@dnews.tpgi.com.au> <41404385$1@dnews.tpgi.com.au> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1094741488 16582 134.91.1.34 (9 Sep 2004 14:51:28 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 9 Sep 2004 14:51:28 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: g2news1.google.com comp.lang.ada:3539 Date: 2004-09-09T14:51:28+00:00 List-Id: P Hull wrote: : Oh i was not looking for a static solution. pMain is visible to all tasks : p1..pn. The first task (i.e. one of p1..pn based upon some timing mechanism) : will rendezvous with pMain and seizes pMain. And once pi has finished : whatever it wants to do with pMain, some other task within p1..pn will then : next rendezvous with pMain and seize it, and once finished .. etc etc is pMail special so that you could hide it behind a protected object? -- georg