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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2f39ba2b10fdd9ad X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-02 12:27:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Exec command in ada. Date: 02 Mar 2003 20:26:04 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <3E5F4B92.61D43FCA@konad.de> <3E624F55.24370B5C@adaworks.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1046636840 9796 62.49.19.209 (2 Mar 2003 20:27:20 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 2 Mar 2003 20:27:20 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:34807 Date: 2003-03-02T20:26:04+00:00 List-Id: Richard Riehle writes: > Frank Piron wrote: > > > If you are using gnat have a look at spawn() and > > non_blocking_spawn() in gnat.os_lib. > > Don't see this in the documentation. There is quite a large comment for Spawn in the spec file, & the others refer to it .. normal for GNAT, the info in gnat_rm is just a hint ..