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,e0e1d3b3f7c994b8 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.sun.com!news.sun.com.POSTED!not-for-mail NNTP-Posting-Date: Mon, 10 Mar 2008 04:56:15 -0500 Newsgroups: comp.lang.ada Subject: Re: Robert Dewar's great article about the Strengths of Ada over other langauges in multiprocessing! References: <13t4b2kkjem20f3@corp.supernews.com> <89af8399-94fb-42b3-909d-edf3c98d32e5@n75g2000hsh.googlegroups.com> <47D39DC8.20002@obry.net> <1lbnckly14ak1$.1toakcw8jw12$.dlg@40tude.net> From: Ole-Hjalmar Kristensen Organization: Sun Microsystems Date: 10 Mar 2008 10:56:14 +0100 Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cache-Post-Path: news1nwk!unknown@astra06.norway.sun.com X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 192.18.43.225 X-Trace: sv3-fLr0KMe+J6TAN/YUkbjOkMwTeKA2C/F2bUmP2NyoeiO88RtHrKMStKDhxsE7mp8givNGVqe14p6gL/d!2D/a2zKpPlaeeWQ0YqbROZ1pARKAXkIIHxuf9r3DB1eYJfFIMr/RJa9jM7MQeB6z7YjLuHVtn6+H X-Complaints-To: abuse@sun.com X-DMCA-Complaints-To: abuse@sun.com 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.37 Xref: g2news1.google.com comp.lang.ada:20272 Date: 2008-03-10T10:56:14+01:00 List-Id: >>>>> "DAK" == Dmitry A Kazakov writes: DAK> As for multi-cores, I guess that protected object would not be a good DAK> concurrency primitive for such architectures. In a long term perspective, DAK> we could experience the pendulum swinging back to tasks. DAK> -- DAK> Regards, DAK> Dmitry A. Kazakov DAK> http://www.dmitry-kazakov.de I agree. Sharing data between cores or CPUs will give you a performance hit with todays architectures since it typically makes the caches much less effective, in addition to the synchroniz