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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2cdc6c2ee911fe77 X-Google-Attributes: gid103376,public From: "Tarjei Tj�stheim Jensen" Subject: Re: Ada vs. C++ Date: 2000/03/04 Message-ID: <38C0BFA3.AB43F3CB@online.no>#1/1 X-Deja-AN: 592995115 Content-Transfer-Encoding: 7bit References: <38A37C97.9E181025@interact.net.au> <38A9980E.A50A0D91@quadruscorp.com> <38C09202.75341262@earthlink.net> Content-Type: text/plain; charset=us-ascii X-Complaints-To: news-abuse@online.no X-Trace: news1.online.no 952156029 130.67.225.55 (Sat, 04 Mar 2000 08:47:09 MET) Organization: Jensen programvareutvikling MIME-Version: 1.0 NNTP-Posting-Date: Sat, 04 Mar 2000 08:47:09 MET Newsgroups: comp.lang.ada Date: 2000-03-04T00:00:00+00:00 List-Id: Robert I. Eachus wrote: > The benchmarks you want can be written, but it is very tough. You end > up writing a detailed formal specification, debugging the specification > through several iterations, having groups familiar with both langauges > and implementations code against the formal specification, then finally > test to the specifications. There are such benchmarks, for example TPC > for transaction processing, the LINPAC benchmarks, etc. However, even > if you go though all that, you end up testing the quality of the > implementation teams more than anything else. TPC is not really a benchmark. There is nothing to compare. Every system is different. There seems to be practically no rules. You end up trying to compare a single CPU machine with a moderate amount of memory and five disks with one that has six CPUs, eight hundred disks and a hideous amount of memory. They won't even run the same database software. Nobody is required to vary the configuration so that you can determine the effect of e.g. adding an extra CPU. For the vendors it is ideal, for me as someone who tries to find the right system it is utterly useless. Greetings,