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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,33c859f76d1d7bed X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-10 01:24:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn13feed!wn11feed!worldnet.att.net!164.128.36.58!newsfeed-zh.ip-plus.net!news.ip-plus.net!news.post.ch!wceh00wn.pnet.ch From: "Jakob Erber" Newsgroups: comp.lang.ada Subject: Re: Gnat Ada Tasking and Threads Date: Fri, 10 Jan 2003 10:24:09 +0100 Organization: Swisscom IP+ (post doesn't reflect views of Swisscom) Message-ID: <3e1e913a@news.post.ch> References: <3e1da740$1@news.swissonline.ch> NNTP-Posting-Host: pgw01.post.ch X-Trace: rex.ip-plus.net 1042190641 28479 138.189.120.56 (10 Jan 2003 09:24:01 GMT) X-Complaints-To: abuse@ip-plus.net NNTP-Posting-Date: Fri, 10 Jan 2003 09:24:01 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Original-NNTP-Posting-Host: wceh00wn.pnet.ch X-Original-Trace: 10 Jan 2003 10:24:10 +0100, wceh00wn.pnet.ch Xref: archiver1.google.com comp.lang.ada:32869 Date: 2003-01-10T10:24:09+01:00 List-Id: > > Hello, > > > > are Gnat Ada Tasks based on the thread modell, the operating system offers > > (for example pthreads), or does Gnat Ada implement its own threading > system? > > > This question is answered in the secret documentation furnished with each > GNAT > distribution -- in this case in the GNAT Reference Manual section entitled > Implementation-defined characteristics, item 94, i.e.: > 94. The affect of implementation defined execution resources on task > dispatching. See D.2.1(9). Tasks map to threads in the threads package used > by GNAT. Where possible and appropriate, these threads correspond to native > threads of the underlying operating system. > Thanks David, for this Information, I would need the information, how it is on OpenVMS AXP and Tru64 AXP best regards Jakob