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,769f66f31dc5b03e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 03 Jan 2007 20:13:33 -0600 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: How to use Mulitcore Processors with GNAT ? References: X-Newsreader: Tom's custom newsreader Message-ID: Date: Wed, 03 Jan 2007 20:13:33 -0600 NNTP-Posting-Host: 67.164.83.70 X-Trace: sv3-8bgCV5knrBDKTHMiWW+02lKOk/twpAyAgnnWfO771Hq4GGp09bG/d3Q6Qo4vicRQOX67uhholTUBJLV!2EyyaV6dipJ2+I14o0DjZqijtZXI9spudW4IhJbbdja+zPdkkVBe2l3nDcGqO9JkWI1hbeNHKJMH!atyaYMmFRVFVaw== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:8068 Date: 2007-01-03T20:13:33-06:00 List-Id: > dispatching on as many thread as we have available cores at the present > time on the machine. Suppose you write a somewhat interactive, but highly computational program - video rendering, say - to use all the cores. Then I come along and want to control it with speech recognition, which needs a lot of CPU. Your program will do the rendering slightly faster by trying to monopolize all the CPUs, but the interactive control will be very poor.