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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 114c38,b2077f5b728fb9af X-Google-Attributes: gid114c38,public X-Google-Thread: 103376,b2077f5b728fb9af X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-10 08:04:02 PST Path: supernews.google.com!sn-xit-03!supernews.com!news!news.he.net!feed2.onemain.com!feed1.onemain.com!newsfeed.icl.net!newsfeed.icl.net!news.tele.dk!148.122.208.68!news2.oke.nextra.no!nextra.com!news3.oke.nextra.no.POSTED!not-for-mail Reply-To: "Frank" From: "Frank" Newsgroups: comp.lang.ada,comp.os.vxworks References: <3ad31759$1@pull.gecm.com> Subject: redirecting the standard output to different std outputs? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Tue, 10 Apr 2001 17:01:16 +0200 NNTP-Posting-Host: 130.67.136.55 X-Complaints-To: news-abuse@nextra.no X-Trace: news3.oke.nextra.no 986914889 130.67.136.55 (Tue, 10 Apr 2001 17:01:29 MEST) NNTP-Posting-Date: Tue, 10 Apr 2001 17:01:29 MEST Organization: Nextra Public Access Xref: supernews.google.com comp.lang.ada:6711 comp.os.vxworks:6370 Date: 2001-04-10T17:01:16+02:00 List-Id: Hi! I hope you don't mind that I add a question here :-) It is about the same subject: Is it possible to say that one task shall have one std output and another task a different std output? Eg. that two task (in the same Ada-program) can have std output to different Xterm windows in Linux. Frank