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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,319059be794025fd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-28 07:06:41 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Matthew Heaney" Newsgroups: comp.lang.ada Subject: Re: Semaphores without using entry Date: Fri, 28 Dec 2001 10:10:56 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: 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:18353 Date: 2001-12-28T10:10:56-05:00 List-Id: "Jos� Alberto" wrote in message news:a0eqqq$9dk$1@news.ya.com... > Hello to everybody, > > I need to use semaphores for a concurrent program, but I've been told not to > use the entry clause, but I can use the Ada.Synchronous_Task_Control > package. Actually, when I searched for "suspension" using the search engine, these 5 articles came up: Item # Date Time Recs Subject 000143 99/04/11 01:35 226 Task Synchronization Using Suspension Objects 000155 99/04/19 04:54 427 I'm Queueless, or, Suspension Objects Instead of Entries 000159 99/05/05 01:26 727 Do Not Entry: Bounded Queue of Suspension Objects 000173 99/10/24 17:19 380 Bounded Buffer with Entry-less Get Queue 000175 99/10/27 00:05 412 Bounded Buffer with Entry-less Get Queue - Update See http://www.acm.org/archives/patterns.html for the complete list. I did a whole series of articles about concurrency patterns in Ada95. Maybe they will be of some use to you.