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=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7df2baf73b28aa5d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-04 07:35:06 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!peernews3.colt.net!newsfeed.stueberl.de!teaser.fr!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Marius Amado Alves Newsgroups: comp.lang.ada Subject: Re: socket, pipe Date: Tue, 04 Nov 2003 15:33:03 +0000 Organization: Cuivre, Argent, Or Message-ID: References: <56a4b188.0311040645.64f825f7@posting.google.com> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1067960017 23060 80.67.180.195 (4 Nov 2003 15:33:37 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Tue, 4 Nov 2003 15:33:37 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: <56a4b188.0311040645.64f825f7@posting.google.com> X-Mailer: Ximian Evolution 1.4.5 X-OriginalArrivalTime: 04 Nov 2003 15:33:00.0764 (UTC) FILETIME=[EE1F31C0:01C3A2E8] X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:2047 Date: 2003-11-04T15:33:03+00:00 Pipes and sockets are often used for inter-application communication. There are Ada libraries for sockets. Alternatively, you can use the Distributed Systems Annex of Ada--if you compiler supports it.