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: 103376,88f3c5aa253954a7 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Ada parraler programming Date: 2000/05/28 Message-ID: #1/1 X-Deja-AN: 628403998 References: <8gro1m$1fv$1@news.onet.pl> X-Complaints-To: abuse@pacbell.net X-Trace: news.pacbell.net 959554089 206.170.2.31 (Sun, 28 May 2000 15:48:09 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Sun, 28 May 2000 15:48:09 PDT Newsgroups: comp.lang.ada Date: 2000-05-28T00:00:00+00:00 List-Id: >In Ada 95 the standard mechanism to program parralel application >is to use partitions. Do you know any other possibilities? Tasking is probably used a lot more than partitions. >I heard something about sockets in Ada, do u know any good www Two programs can communicate via sockets, or serial ports, or disk files, regardless of whether they are coded in Ada or anything else. You might look at www.adapower.com for some code to simplify your use of sockets from an Ada program.