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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,18385551e0d37b37 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-06 13:03:47 PST Path: bga.com!news.sprintlink.net!hookup!yeshua.marcam.com!zip.eecs.umich.edu!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Ada replacements for DOS I/O Date: 6 Nov 1994 16:03:47 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <39jgbj$bs4@gnat.cs.nyu.edu> References: <44279.cwarwick@fox.nstn.ns.ca> <38pbmi$4n9@schonberg.cs.nyu.edu> <628@mlb.win.net> <39ah8a$87u@schonberg.cs.nyu.edu> <"RLQXp3.0.iP3.3uUkk"@autan> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-11-06T16:03:47-05:00 List-Id: I think I have posted this before, but since it is asked again, here goes. Implementation of tasking in GNAT. The Tasking is based on a low level interface for which we currently have posix threads and OS/2 threads implementations (the latter is in final testing before being released). THe threads implementation can map either to read pthreads, e.g. on the SGI, or to a pthreads simulator we have for SunOS. The latter is in C, but is not yet very portable, it really assumes it is on a Sun.