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: f7344,f5ecd18050e2e823 X-Google-Attributes: gidf7344,public X-Google-Thread: 103376,f5ecd18050e2e823 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: DEC Ada Tasks and multiporcessors Date: 1997/02/11 Message-ID: <1997Feb11.092516.1@eisner>#1/1 X-Deja-AN: 218052869 x-nntp-posting-host: eisner.decus.org references: <33005327.4E54@elca-matrix.ch> x-nntp-posting-user: KILGALLEN x-trace: 855671127/11298 organization: LJK Software newsgroups: comp.lang.ada,comp.os.vms Date: 1997-02-11T00:00:00+00:00 List-Id: In article <33005327.4E54@elca-matrix.ch>, Mats Weber writes: > The current DEC Ada on AXP does not support multiprocessors; that is, > tasks in the same program cannot execute on multiple processors. > > Will this be possible in a (near) future release of DEC Ada ? Despite the fact that DEC Ada on VAX uses a private tasking engine: DEC Ada on Alpha VMS uses the common DECthreads engine also used by the C-oriented pthreads and the (language-neutral-except-for-Ada ?) DECthreads interface. That engine was upgraded for VMS V7 to use kernel threads but only fully enabled with a VMS patch kit for V7.0 or without any patch kit in V7.1. At least that was DEC's announced plan. So at what operating system version are you unable to used multiple processors from a single Ada program ? Has DEC departed from their stated intentions which I listed above ? (I don't have a multiprocessor system to test these assertions.) Larry Kilgallen