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,d7b8de157955433d X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: Ada/Operating System Interface (OSI) Date: 2000/08/15 Message-ID: <87lmxyzrm4.fsf@deneb.enyo.de>#1/1 X-Deja-AN: 658490257 References: <8n9uu8$5sh$1@news.tpi.pl> Organization: Enyo's not your organization Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-08-15T00:00:00+00:00 List-Id: "Ultor" writes: > I'm wondering how to execute other process from ADA (I got GNAT). I've found > "Ada/Operating System Interface (OSI)" which gives ability to execute > process using Invoke_Process procedure from this package. I believe that > ther's some standard procedure for executing process in ADA95. Could any1 > tell me which procedure is that cause i can't find it in Reference. You could use POSIX.5 and package POSIX_Process_Primitives. Of course, this package is not part of the Ada language, but it's the standard method to create processes on POSIX platforms.