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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.66.234 with SMTP id i10mr22704417igt.5.1411574468929; Wed, 24 Sep 2014 09:01:08 -0700 (PDT) X-Received: by 10.182.80.170 with SMTP id s10mr31797obx.14.1411574468799; Wed, 24 Sep 2014 09:01:08 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!h15no5621854igd.0!news-out.google.com!rp1ni10156igb.0!nntp.google.com!h15no5621850igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 24 Sep 2014 09:01:08 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.35; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.35 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <594b1de2-4f74-417d-819e-212dbd6efe71@googlegroups.com> Subject: Re: assigning priority to task From: Anh Vo Injection-Date: Wed, 24 Sep 2014 16:01:08 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:189138 Date: 2014-09-24T09:01:08-07:00 List-Id: On Tuesday, September 23, 2014 8:39:20 PM UTC-7, Stribor40 wrote: > Also my box has 2 cores. Is there way in ada to see which core is running which task? Yes, there is. In addition, a given task can be assigned to run on specific core (CPU) Anh Vo