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-Thread: 103376,9905bd32158c3563 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!i38g2000prf.googlegroups.com!not-for-mail From: "jimmaureenrogers@worldnet.att.net" Newsgroups: comp.lang.ada Subject: Re: About studying Ada's implementation on its concurrent programming features. Date: 30 May 2007 16:46:50 -0700 Organization: http://groups.google.com Message-ID: <1180568809.890225.325340@i38g2000prf.googlegroups.com> References: <1180552110.488340.247990@g37g2000prf.googlegroups.com> NNTP-Posting-Host: 75.70.221.169 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1180568847 3554 127.0.0.1 (30 May 2007 23:47:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 30 May 2007 23:47:27 +0000 (UTC) In-Reply-To: <1180552110.488340.247990@g37g2000prf.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: i38g2000prf.googlegroups.com; posting-host=75.70.221.169; posting-account=SqOfxAwAAAAkL81YAPGH1JdBwpUXw9ZG Xref: g2news1.google.com comp.lang.ada:15983 Date: 2007-05-30T16:46:50-07:00 List-Id: On May 30, 1:08 pm, climber....@gmail.com wrote: > Hi ALL, > > I am currently working on implementing an experimental parallel/ > concurrent programming language, and I am advised to look into Ada's > implementation on its concurrent programming constructs, e.g. the Ada > multi-tasking. You might find some information by reading the Ada Reference Manual. It describes the tasking features for Ada compilers. Jim Rogers