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=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d15593422d51c99f,start X-Google-Attributes: gid103376,public From: mpeters@crl.com (Marc Peters) Subject: Threads on DEC Ada for Alpha Date: 1996/06/24 Message-ID: <4qmmjr$fqa@crl.crl.com>#1/1 X-Deja-AN: 161896653 organization: CRL Network Services (415) 705-6060 [Login: guest] newsgroups: comp.lang.ada Date: 1996-06-24T00:00:00+00:00 List-Id: Hello Ada programmers! I am working on a project which uses DEC Ada on an Alpha. I am working on a project where the current design approach is to have several processes running on different processors. Data that is communicated between each process is done through "shared memory". I think this is a more conventional approach that doesn't really utilize the multi- threaded nature of OSF/1 running on the Alpha. I am proposing to convert these separate processes into POSIX threads and have memory shared "implicitly". The question I have is has anyone used the DEC Ada compiler with POSIX threads on the Alpha? If so, do you have any pearls of wisdom you can share with me about the feasibility of doing this? The tests I've done so far seem to indicate that it will work fine. However, if someone has had problems with this approach, I would be grateful to hear from you. Thanks, Marc Peters peters@aisf.com