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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c2dda499a002ec3c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-26 03:06:58 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!torn!qcarhaaa.nortelnetworks.com!bcarh189.ca.nortel.com!bcarh8ac.ca.nortel.com!bcarh8ab.ca.nortel.com!not-for-mail From: "Bozo" Newsgroups: comp.lang.ada Subject: Re: rendez-vous underlying mechanism Date: Tue, 26 Mar 2002 10:58:52 -0000 Organization: Nortel Message-ID: References: NNTP-Posting-Host: kbarr-1.europe.nortel.com X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:21682 Date: 2002-03-26T10:58:52+00:00 List-Id: Hi all, I'm sorry I wasn't clear enough. I don't use ADA at the moment but I was a brave ADA programmer once. I use C at the moment and I have a case where synchronous rendez-vous would be better that traditional asynchrounous intertask communications. Does anyone have an idea how to implement that in C with semaphores for example ? Thanks "Bozo" wrote in message news:a7n9qd$8kf$1@bcarh8ab.ca.nortel.com... > Hi all, > > I'm jus wondering how a rendez-vous is done internally. I'd like to do > something resembling a rendez-vous in C and that would help me. > > Thanks > >