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: a07f3367d7,102195a2391a7684 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.10.6 with SMTP id n6mr7463186qan.4.1368018792187; Wed, 08 May 2013 06:13:12 -0700 (PDT) X-Received: by 10.49.42.1 with SMTP id j1mr569589qel.41.1368018791993; Wed, 08 May 2013 06:13:11 -0700 (PDT) Path: y6ni20871qax.0!nntp.google.com!m7no3521344qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 8 May 2013 06:13:11 -0700 (PDT) In-Reply-To: <19811f9b-0fe9-449c-a082-4764a2bc66c4@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.242.120.219; posting-account=nd46uAkAAAB2IU3eJoKQE6q_ACEyvPP_ NNTP-Posting-Host: 85.242.120.219 References: <19811f9b-0fe9-449c-a082-4764a2bc66c4@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <50982430-11d8-4fa2-9cce-1d6a9a9ba62d@googlegroups.com> Subject: Re: do ada tasks run accross 16 cpu boxs? or stuck on 1 cpu? From: john@peppermind.com Injection-Date: Wed, 08 May 2013 13:13:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-05-08T06:13:11-07:00 List-Id: AFAIK on GNAT they are OS threads. However, when implementing my own green = threads (for a virtual machine) I've found out that assigning twice than th= e available tasks than CPU cores (or, available hyperthreads if HT is on) f= or some reason increased performance, so it seems worth experimenting rath= er than relying on theoretical assumptions. Anyway, on my machine running GNAT 4.6 on Linux tasks easily max out all av= ailable cores at 100%.