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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,292c095d622af1d0 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.191.225 with SMTP id hb1mr6355496pbc.5.1337182846514; Wed, 16 May 2012 08:40:46 -0700 (PDT) Path: pr3ni5680pbb.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: NatarovVI <4KCheshireCat@gmail.com> Newsgroups: comp.lang.ada Subject: Re: basic question on Ada tasks and running on different cores Date: Wed, 16 May 2012 15:40:42 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: <30585369.219.1336470732142.JavaMail.geo-discussion-forums@ynbq3> <4facce09$0$9502$9b4e6d93@newsspool1.arcor-online.net> NNTP-Posting-Host: TNf0rmM5b4cIzEdXORLLAg.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Date: 2012-05-16T15:40:42+00:00 List-Id: > Do they address predictability of I/O, both local and communicating, in > reactive systems? again - "parallelism is not concurrency" parallelism is not about predictability, it's about computational efficiency. fast way to get some correct result. it can be implemented via concurrency, hard way. but exist other ways also. programmer writes dependencies, runtime schedules it automatically. SISAL. NESL. this way.