Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v3s83a$2dgh$1@gal.iecc.com>
Deutsch   English   Français   Italiano  
<v3s83a$2dgh$1@gal.iecc.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.misty.com!news.iecc.com!.POSTED.news.iecc.com!not-for-mail
From: John Levine <johnl@taugh.com>
Newsgroups: comp.arch
Subject: Re: architectural goals, Byte Addressability And Beyond
Date: Thu, 6 Jun 2024 11:55:22 -0000 (UTC)
Organization: Taughannock Networks
Message-ID: <v3s83a$2dgh$1@gal.iecc.com>
References: <v0s17o$2okf4$2@dont-email.me> <soE7O.5245$Ktt5.2694@fx40.iad> <v3o7ot$kfrm$5@dont-email.me> <cme26jttmuh5i0l31fo5ch18g221oku84q@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 6 Jun 2024 11:55:22 -0000 (UTC)
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970";
	logging-data="79377"; mail-complaints-to="abuse@iecc.com"
In-Reply-To: <v0s17o$2okf4$2@dont-email.me> <soE7O.5245$Ktt5.2694@fx40.iad> <v3o7ot$kfrm$5@dont-email.me> <cme26jttmuh5i0l31fo5ch18g221oku84q@4ax.com>
Cleverness: some
X-Newsreader: trn 4.0-test77 (Sep 1, 2010)
Originator: johnl@iecc.com (John Levine)
Bytes: 2710
Lines: 32

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