Re: transactions vs interactive, was The Design of Design

Liste des GroupesRevenir à c arch 
Sujet : Re: transactions vs interactive, was The Design of Design
De : johnl (at) *nospam* taugh.com (John Levine)
Groupes : comp.arch
Date : 30. May 2024, 19:05:59
Autres entêtes
Organisation : Taughannock Networks
Message-ID : <v3abln$bd1$1@gal.iecc.com>
References : 1 2 3 4
User-Agent : trn 4.0-test77 (Sep 1, 2010)
According to Tim Rentsch  <tr.17687@z991.linuxsc.com>:
Another (and perhaps larger?) part of the motivation was about the
relative priorities, and this was (I believe) a conscious element.
In particular, interactive use was thought to be important for
program development (Brooks says something along these lines in
TDOD).  I conjecture that IBM consciously decided -- whether
rightly or wrongly -- that program development was only a small
fraction of what IBM's market wanted to do with their computers,
and so IBM didn't prioritize it;  they thought that what little
program development was needed could be carried out adequately
under the batch processing model. That 's understandable -

It's the Jevons Paradox. If you improve your processes to use
something more efficiently, you often end up using more of it because
the overall usage increases. Jevons said it about coal and steam
engines but it happens all the time.

IBM was certainly familiar with time-sharing from Project Mac which
ran on a 7090. Time-sharing needs system managed context switches
which are expensive, as opposed to SAGE/SABRE style transaction
processing where each bit of application code manages its own context.
In practice it also needs dynamic address translation which they added
to the 360/67 to bid on the Multics project, and to all 370s both for
that reason and the horrible OS memory management Lynn has described.

Among the many differences between IBM and DEC computers was that
IBM's had channels which did a lot of work between relatively
infrequent interrupts, while DEC's did not often had interrupts for
each word of data. (They did have DMA which they called data break but
only for fast devices like disks, not terminals or medium speed
DECtapes.)

At the time IBM's choice made sense. Now of course everything is so
much faster that the mini-server on my desk that is about the size of
an orange has an ATA disc controller that does more than a 1960s
channel, and the CPU takes thousands of interrupts per second
without noticably slowing down.

PS:

A quote from Tom Watson Sr comes
to mind (paraphrased):  "I think there's a world market for about
five computers."

He never said that. What he probably said in 1943 was more like five
computers could do all the computing the world is doing, which was
true. I would think he was quite aware that as costs came down the
demand would go up but I think everyone was surprised at how fast that
happened.
--
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
21 Apr 24 * The Design of Design128Thomas Koenig
21 Apr 24 +* Re: The Design of Design67John Levine
25 Apr 24 i`* Re: The Design of Design66Thomas Koenig
25 Apr 24 i `* Re: The Design of Design65Stephen Fuld
26 Apr 24 i  +* Re: The Design of Design56John Levine
26 Apr 24 i  i+* Re: The Design of Design2MitchAlsup1
26 Apr 24 i  ii`- Re: The Design of Design1John Levine
26 Apr 24 i  i+* Re: The Design of Design50Thomas Koenig
26 Apr 24 i  ii+- Re: The Design of Design1Stephen Fuld
26 Apr 24 i  ii+* Re: The Design of Design47John Levine
27 Apr 24 i  iii+* Re: The Design of Design4Thomas Koenig
27 Apr 24 i  iiii`* Re: PDP-10 addressing, was The Design of Design3John Levine
27 Apr 24 i  iiii `* Re: PDP-10 addressing, was The Design of Design2MitchAlsup1
27 Apr 24 i  iiii  `- Re: PDP-10 addressing, was The Design of Design1John Levine
30 Apr 24 i  iii`* Re: The Design of Design42MitchAlsup1
30 Apr 24 i  iii +* Re: The Design of Design40John Levine
1 May 24 i  iii i`* Re: The Design of Design39Tim Rentsch
1 May 24 i  iii i `* Re: architecture, The Design of Design38John Levine
2 May 24 i  iii i  +- Re: index architecture, The Design of Design1John Levine
2 May 24 i  iii i  +* Re: architecture, The Design of Design4Thomas Koenig
3 May 24 i  iii i  i+- Re: architecture, The Design of Design1MitchAlsup1
5 May 24 i  iii i  i`* Re: architecture, The Design of Design2Thomas Koenig
5 May 24 i  iii i  i `- Re: ancient 704 architecture, The Design of Design1John Levine
7 May 24 i  iii i  `* Re: architecture, The Design of Design32Tim Rentsch
7 May 24 i  iii i   +- Re: architecture, The Design of Design1Thomas Koenig
7 May 24 i  iii i   +* Re: architecture, The Design of Design28Michael S
7 May 24 i  iii i   i+* Re: architecture, The Design of Design2John Levine
8 May 24 i  iii i   ii`- Re: architecture, The Design of Design1John Levine
8 May 24 i  iii i   i+* Re: architecture, The Design of Design2Tim Rentsch
9 May 24 i  iii i   ii`- Re: architecture, The Design of Design1John Levine
8 May 24 i  iii i   i`* Re: architecture, The Design of Design23Thomas Koenig
8 May 24 i  iii i   i `* Re: architecture, The Design of Design22Michael S
8 May 24 i  iii i   i  `* Re: backward architecture, The Design of Design21John Levine
9 May 24 i  iii i   i   +* Re: backward architecture, The Design of Design2Lynn Wheeler
10 May 24 i  iii i   i   i`- Re: backward architecture, The Design of Design1Lynn Wheeler
9 May 24 i  iii i   i   `* Re: backward architecture, The Design of Design18Michael S
9 May 24 i  iii i   i    +* Re: backward architecture, The Design of Design14Thomas Koenig
9 May 24 i  iii i   i    i`* Re: backward architecture, The Design of Design13Michael S
9 May 24 i  iii i   i    i +* Re: backward architecture, The Design of Design2Anton Ertl
9 May 24 i  iii i   i    i i`- Re: backward architecture, The Design of Design1Anton Ertl
9 May 24 i  iii i   i    i +* Re: backward architecture, The Design of Design9Stephen Fuld
9 May 24 i  iii i   i    i i+* Re: backward architecture, The Design of Design2Michael S
9 May 24 i  iii i   i    i ii`- Re: backward architecture, The Design of Design1John Dallman
10 May 24 i  iii i   i    i i`* Re: backward architecture, The Design of Design6Tim Rentsch
10 May 24 i  iii i   i    i i `* Re: backward architecture, The Design of Design5Stephen Fuld
30 May 24 i  iii i   i    i i  `* Re: backward architecture, The Design of Design4Tim Rentsch
30 May 24 i  iii i   i    i i   `* Re: backward architecture, The Design of Design3Stephen Fuld
30 May 24 i  iii i   i    i i    `* Re: backward architecture, The Design of Design2Tim Rentsch
31 May 24 i  iii i   i    i i     `- Re: backward architecture, The Design of Design1John Levine
10 May 24 i  iii i   i    i `- Re: backward architecture, The Design of Design1Tim Rentsch
10 May 24 i  iii i   i    +- Re: backward architecture, The Design of Design1John Levine
10 May 24 i  iii i   i    `* Re: backward architecture, The Design of Design2Tim Rentsch
10 May 24 i  iii i   i     `- Re: backward architecture, The Design of Design1John Levine
7 May 24 i  iii i   `* Re: architecture, The Design of Design2Anton Ertl
8 May 24 i  iii i    `- Re: architecture, The Design of Design1Tim Rentsch
30 Apr 24 i  iii `- Re: The Design of Design1MitchAlsup1
30 Apr 24 i  ii`- Re: what's a register, The Design of Design1John Levine
26 Apr 24 i  i`* Re: The Design of Design3Stephen Fuld
26 Apr 24 i  i `* Re: The Design of Design2John Levine
26 Apr 24 i  i  `- Re: The Design of Design1Stephen Fuld
27 Apr 24 i  +* Re: The Design of Design7Thomas Koenig
27 Apr 24 i  i+- Re: The Design of Design1Stephen Fuld
27 Apr 24 i  i+* Re: The Design of Design2John Levine
27 Apr 24 i  ii`- Re: The Design of Design1Thomas Koenig
28 Apr 24 i  i`* Re: The Design of Design3Tim Rentsch
29 Apr 24 i  i `* Re: antitrust history, The Design of Design2John Levine
1 May 24 i  i  `- Re: antitrust history, The Design of Design1Tim Rentsch
29 Apr 24 i  `- Re: The Design of Design1Tim Rentsch
29 Apr 24 `* Re: The Design of Design60Tim Rentsch
1 May 24  `* Re: The Design of Design59Stephen Fuld
1 May 24   +* Re: JCL, The Design of Design3John Levine
1 May 24   i`* Re: JCL, The Design of Design2Stephen Fuld
1 May 24   i `- Re: JCL, The Design of Design1Stephen Fuld
1 May 24   +- Re: The Design of Design1MitchAlsup1
1 May 24   +- Re: The Design of Design1Thomas Koenig
7 May 24   `* Re: The Design of Design53Tim Rentsch
7 May 24    +* Re: The Design of Design45Stephen Fuld
7 May 24    i+- Re: The Design of Design1Thomas Koenig
7 May 24    i+* Re: The Design of Design33Stephen Fuld
7 May 24    ii+* Re: The Design of Design29Thomas Koenig
7 May 24    iii`* Re: The Design of Design28Stephen Fuld
7 May 24    iii +* Re: interative use, The Design of Design25John Levine
7 May 24    iii i+* Re: interative use, The Design of Design4MitchAlsup1
8 May 24    iii ii`* Re: third system syndrome, interactive use, The Design of Design3John Levine
8 May 24    iii ii `* Re: third system syndrome, interactive use, The Design of Design2Lynn Wheeler
9 May 24    iii ii  `- Re: third system syndrome, interactive use, The Design of Design1Lynn Wheeler
8 May 24    iii i`* Re: interative use, The Design of Design20Stephen Fuld
8 May 24    iii i `* Re: interative use, The Design of Design19John Levine
9 May 24    iii i  `* Re: interative use, The Design of Design18Stephen Fuld
10 May 24    iii i   `* Re: address architecture, not interactive use, The Design of Design17John Levine
10 May 24    iii i    +- Re: address architecture, not interactive use, The Design of Design1Stephen Fuld
11 May 24    iii i    `* Re: address architecture, not interactive use, The Design of Design15Thomas Koenig
11 May 24    iii i     +* Re: address architecture, not interactive use, The Design of Design3MitchAlsup1
12 May 24    iii i     i`* Re: address architecture, not interactive use, The Design of Design2Thomas Koenig
13 May 24    iii i     i `- Re: address architecture, not interactive use, The Design of Design1MitchAlsup1
11 May 24    iii i     `* Re: branch address architecture, not interactive use, The Design of Design11John Levine
12 May 24    iii i      `* Re: branch address architecture, not interactive use, The Design of Design10Thomas Koenig
13 May 24    iii i       `* Re: branch address architecture, not interactive use, The Design of Design9John Levine
13 May 24    iii i        `* Re: branch address architecture, not interactive use, The Design of Design8Thomas Koenig
13 May 24    iii i         `* Re: branch address architecture, not interactive use, The Design of Design7John Levine
13 May 24    iii i          +* Re: branch address architecture, not interactive use, The Design of Design4MitchAlsup1
14 May 24    iii i          +- Re: branch address architecture, not interactive use, The Design of Design1Thomas Koenig
25 May 24    iii i          `- Re: branch address architecture, not interactive use, The Design of Design1Anton Ertl
8 May 24    iii `* Re: The Design of Design2Thomas Koenig
10 May 24    ii`* Re: The Design of Design3Tim Rentsch
30 May 24    i`* Re: The Design of Design10Tim Rentsch
7 May 24    `* Re: The Design of Design7Thomas Koenig

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal