Re: architectural goals, Byte Addressability And Beyond

Liste des GroupesRevenir à c arch 
Sujet : Re: architectural goals, Byte Addressability And Beyond
De : johnl (at) *nospam* taugh.com (John Levine)
Groupes : comp.arch
Date : 06. Jun 2024, 12:55:22
Autres entêtes
Organisation : Taughannock Networks
Message-ID : <v3s83a$2dgh$1@gal.iecc.com>
References : 1 2 3 4
User-Agent : trn 4.0-test77 (Sep 1, 2010)
According to George Neuner  <gneuner2@comcast.net>:
Consider the equivalent number of mainframes, with their inbuilt
diagnostics capabilities etc, to match that reliability.
>
Can't find it now and don't remember many details, but ...
>
A long time ago, there was a story going around about Microsoft vs IBM
regarding the day-to-day operation of their company web sites.  It
claimed that Microsoft was running a ~1000 machine server farm with a
crew of ~100, whereas IBM was running 3 mainframes with a crew of ~10.

It depends on what you want to do.

If you're doing something that is mostly read-only and easy to
parallelize, then it makes sense to use a farm of cheap PCs. But if
you are a bank or an airline, you need to be able to lock your
database so that you debit a bank account or sell a plane seat exactly
once.  There is a rule of thumb that the cost of locking something
grows roughly as the square of the number of things contending for
the lock.

For example, airline reservation systems are the classic example of a
mainframe database. About 25 years ago, ITA Software had the bright
idea to do searches for seats and prices on racks of cheap PCs, which
worked great since it's read only, and if they suggest a seat or fare
that turns out to have just sold out, too bad, try again. But when
travel agents and airlines used it, they kept the ticketing info in a
regular database because it has to work.

--
Regards,
John Levine, johnl@taugh.com, Primary Perpetrator of "The Internet for Dummies",
Please consider the environment before reading this e-mail. https://jl.ly

Date Sujet#  Auteur
31 May 24 * Re: architectural goals, Byte Addressability And Beyond41John Levine
1 Jun 24 +* Re: architectural goals, Byte Addressability And Beyond31John Savard
1 Jun 24 i+* Re: architectural goals, Byte Addressability And Beyond20Thomas Koenig
2 Jun 24 ii+* Re: architectural goals, Byte Addressability And Beyond6John Savard
2 Jun 24 iii`* Re: architectural goals, Byte Addressability And Beyond5Thomas Koenig
2 Jun 24 iii +* Re: architectural goals, Byte Addressability And Beyond3John Levine
3 Jun 24 iii i`* Re: architectural goals, Byte Addressability And Beyond2OrangeFish
3 Jun 24 iii i `- Re: architectural goals, Byte Addressability And Beyond1John Levine
4 Jun 24 iii `- Re: architectural goals, Byte Addressability And Beyond1Lawrence D'Oliveiro
4 Jun 24 ii`* Re: architectural goals, Byte Addressability And Beyond13Lawrence D'Oliveiro
5 Jun 24 ii `* Re: architectural goals, Byte Addressability And Beyond12Lawrence D'Oliveiro
5 Jun 24 ii  +- Re: architectural goals, Byte Addressability And Beyond1Lawrence D'Oliveiro
6 Jun 24 ii  `* Re: architectural goals, Byte Addressability And Beyond10George Neuner
6 Jun 24 ii   +* Re: architectural goals, Byte Addressability And Beyond6John Levine
7 Jun 24 ii   i+* Re: architectural goals, Byte Addressability And Beyond4Lawrence D'Oliveiro
7 Jun 24 ii   ii`* Re: architectural goals, Byte Addressability And Beyond3Stephen Fuld
7 Jun 24 ii   ii `* Re: architectural goals, Byte Addressability And Beyond2Lawrence D'Oliveiro
7 Jun 24 ii   ii  `- Re: architectural goals, Byte Addressability And Beyond1Stephen Fuld
7 Jun 24 ii   i`- Re: architectural goals, Byte Addressability And Beyond1Terje Mathisen
6 Jun 24 ii   +- Re: architectural goals, Byte Addressability And Beyond1Lynn Wheeler
6 Jun 24 ii   +- Re: architectural goals, Byte Addressability And Beyond1OrangeFish
7 Jun 24 ii   `- Re: architectural goals, Byte Addressability And Beyond1Lawrence D'Oliveiro
2 Jun 24 i`* Re: architectural goals, Byte Addressability And Beyond10John Dallman
2 Jun 24 i `* Re: architectural goals, Byte Addressability And Beyond9Thomas Koenig
2 Jun 24 i  `* Re: architectural goals, Byte Addressability And Beyond8John Dallman
3 Jun 24 i   `* Re: architectural goals, Byte Addressability And Beyond7Anton Ertl
3 Jun 24 i    `* Re: architectural goals, Byte Addressability And Beyond6John Dallman
3 Jun 24 i     `* Re: architectural goals, Byte Addressability And Beyond5Michael S
5 Jun 24 i      `* Re: architectural goals, Byte Addressability And Beyond4John Dallman
5 Jun 24 i       +- Re: architectural goals, Byte Addressability And Beyond1Michael S
5 Jun 24 i       `* Re: architectural goals, Byte Addressability And Beyond2Anton Ertl
5 Jun 24 i        `- Re: architectural goals, Byte Addressability And Beyond1MitchAlsup1
2 Jun 24 +- Re: architectural goals, Byte Addressability And Beyond1Michael S
2 Jun 24 +- Re: architectural goals, Byte Addressability And Beyond1John Dallman
4 Jun 24 `* Re: architectural goals, Byte Addressability And Beyond7Lawrence D'Oliveiro
4 Jun 24  +- Re: architectural goals, Byte Addressability And Beyond1John Levine
5 Jun 24  `* Re: architectural goals, Byte Addressability And Beyond5John Dallman
5 Jun 24   +- Re: architectural goals, Byte Addressability And Beyond1Michael S
6 Jun 24   `* Re: architectural goals, Byte Addressability And Beyond3Lawrence D'Oliveiro
6 Jun 24    `* Re: architectural goals, Byte Addressability And Beyond2MitchAlsup1
6 Jun 24     `- Re: architectural goals, Byte Addressability And Beyond1Lawrence D'Oliveiro

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal