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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 115aec,e508400426ea2a9f,start X-Google-Attributes: gid115aec,public X-Google-Thread: 103376,e508400426ea2a9f,start X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: ANNOUNCE: multiple readers semaphore article posted to ACM archives Date: 1999/04/11 Message-ID: #1/1 X-Deja-AN: 465056896 NNTP-Posting-Date: Sun, 11 Apr 1999 02:48:40 PDT Newsgroups: comp.lang.ada,comp.realtime Date: 1999-04-11T00:00:00+00:00 List-Id: I have posted the article "Simultaneous Readers: Monitors, Guards, and the Multiple Form" to the April 1999 ACM patterns archive. The article shows how to implement a "smart" semaphore that allows multiple readers to pass through the barrier and execute their critical regions simultaneously. I have translated every C++ example in the GoF Design Patterns book to Ada95, and have now started documenting idioms for concurrency, real-time programming, and interprocess communication. You can subscribe to the ACM patterns list by sending the message (body) subscribe patterns to the ACM mailing list server. Matt