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,c1eeae9067a5b48e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-08 00:45:48 PST Newsgroups: comp.lang.ada Path: swrinde!hookup!news.mathworks.com!uhog.mit.edu!uw-beaver!drupp From: drupp@cs.washington.edu (Douglas Rupp) Subject: Re: Tasking in Gnat for DOS or Linux? Message-ID: Sender: news@beaver.cs.washington.edu (USENET News System) Organization: Computer Science & Engineering, U. of Washington, Seattle References: <3h40j2$iur@newsflash.concordia.ca> Date: Wed, 8 Feb 1995 07:52:17 GMT Date: 1995-02-08T07:52:17+00:00 List-Id: In article <3h40j2$iur@newsflash.concordia.ca> ct_orega@ECE.Concordia.CA (Chris O'Regan) writes: > > 2) I have noticed a task switching library for djgpp called aetsk102.zip. > Can this be used to get tasking working under Gnat for DOS? > > > If the answer to both of these questions is "no", where can I find an Ada I remember looking at aetsk102.zip with the idea of using it for GNAT tasking on DOS. It didn't look like it would be much help. A much better alternative would be the public domain CTASK library or maybe the POSIX threads library.