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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.45.162 with SMTP id o2mr4694975obm.20.1411555876250; Wed, 24 Sep 2014 03:51:16 -0700 (PDT) X-Received: by 10.140.38.177 with SMTP id t46mr11222qgt.21.1411555876222; Wed, 24 Sep 2014 03:51:16 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!a13no2596201igq.0!news-out.google.com!i10ni30qaf.0!nntp.google.com!s7no146746qap.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 24 Sep 2014 03:51:16 -0700 (PDT) In-Reply-To: <6e889da8-d5d9-4ab2-bee9-7f60751d7f62@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=155.210.218.35; posting-account=pwYQiQkAAAA3aYJLpu5F4Anl_UXMyGLQ NNTP-Posting-Host: 155.210.218.35 References: <20a06909-d123-4c51-8185-057d50e50186@googlegroups.com> <1411553374.7751.25.camel@obry.net> <6e889da8-d5d9-4ab2-bee9-7f60751d7f62@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <935c3e15-19ca-4629-8be3-05e68535dd25@googlegroups.com> Subject: Re: On intended use cases of the distributed annex From: "Alejandro R. Mosteo" Injection-Date: Wed, 24 Sep 2014 10:51:16 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:189131 Date: 2014-09-24T03:51:16-07:00 List-Id: > I guess the specific details of launching a set of processes in multiple = machines will be compiler-dependent. In my case, I have (or could obtain) a= list of IPs of machines I can access through ssh. If you have experience w= ith gnat, could you briefly comment on this? Does one need to launch the pr= ocess in every machine, or will a single command trigger a number of connec= tions/executions? Don't worry, I have just started to read about this.=20 Cheers.