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,56ca6b335f8f1262,start X-Google-Attributes: gid103376,public From: "Marc A. Criley" Subject: Re: Trouble with UNIX IPC and Ada95 Date: 2000/08/30 Message-ID: <39AD4A62.D6AAA000@lmco.com>#1/1 X-Deja-AN: 664430238 Content-Transfer-Encoding: 7bit References: X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@news.vf.lmco.com X-Trace: knight.vf.lmco.com 967657567 1664 166.17.160.57 (30 Aug 2000 17:46:07 GMT) Organization: Lockheed Martin M&DS Mime-Version: 1.0 NNTP-Posting-Date: 30 Aug 2000 17:46:07 GMT Newsgroups: comp.lang.ada Date: 2000-08-30T17:46:07+00:00 List-Id: Look at AdaSockets, available at http://www.infres.enst.fr/ANC/ berserker wrote: >Hi, > >I was wondering if anyone could give me some advice regarding programming >for UNIX IPC with Ada95. I don't know any equivalent Ada packages to C >functions such as 'pipe', 'close', 'popen'... etc. Does anyone have any >experience in this area, or have a URL which they could direct me to? > >Thanks, > >Luke B. Andrews.