Sujet : Re: interative use, The Design of Design
De : sfuld (at) *nospam* alumni.cmu.edu.invalid (Stephen Fuld)
Groupes : comp.archDate : 08. May 2024, 07:50:04
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v1f7as$3d5bq$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
On 5/7/2024 12:47 PM, John Levine wrote:
According to Stephen Fuld <SFuld@alumni.cmu.edu.invalid>:
In what sense was the S/360 architecture, designed for terminal use? I
already talked about the base register, BALR/Using stuff that prevented
an interative program from being swapped out and swapped in to a
different real memory location. This was a significant hinderance to
"terminal use".
With sufficiently disciplined programming, you could swap and move data
by updating the base registers. APL\360 did this quite successfully
and handled a lot of interactive users on a 360/50.
Wasn't APL\360 an interpreter? If so, then moving instructions and data around was considerably simpler.
Reading between the lines in the IBMSJ architecture paper, I get the
impression they believed that moving code and data with base registers
would be a lot easier than it was, and missed the facts that a lot of
pointers are stored in memory, and it is hard to know what registers
are being used as base registers when.
Interesting. That would seem to imply that it wasn't that they didn't think about the problems that base addressing would cause, they just (vastly) underestimated the cost of fixing it. A different "design" problem indeed.
This paper from U of Michigan lays out the problem and proposes a
paging design which soon became the 360/67:
https://dl.acm.org/doi/pdf/10.1145/321312.321313
TSS was a disaster due to an extreme case of second system syndrome,
but Michigan's MTS and IBM skunkworks CP/67 worked great.
BTW, another problem occurs in transaction workloads where there is
another level of software between the user and the OS, but insteaed of
TSO, it was IMS or CICS, ...
There's two ways to write interacticve software, which I call the time-sharing
approach and the SAGE approach. In the time-sharing approach, the operating system
stops and starts user processes and transparently saves and restores the process
status. In the SAGE approach, programs are broken up into little pieces each of
which runs straight through, explicitly saves whatever context it needs to, and
then returns to the OS.
Unconventional terminology, but clear and I agree with your point. It is perhaps ironic that TSO (Time Sharing Option)/360 did not use the
"time sharing" approach. :-(
The bad news about the SAGE approach is that the programming is
tedious and as you note bugs can be catastrophic. The good news is
that it can get fantastic performance for lots of users.
I think the key word here is "can". TSO/360 was a performance dog. :-(
It was
invented for the SAGE missile defense system on tube computers in the
1950s, adapted for the SABRE airline reservation system on 7094s in
the 1960s and has been used over and over, with the current trendy
version being node.js. We now have better ways to describe
continuations which make the programming a little easier, but it's
still a tradeoff. IMS and CICS used the SAGE approach to provide good
performance on specific applications.
Agreed. But the tradeoff with CICS (I don't know about IMS) was the extra overhead of two levels of scheduling. I believe this is why it was not useful for the highest performance systems that instead used ACP.
-- - Stephen Fuld(e-mail address disguised to prevent spam)
Date | Sujet | # | | Auteur |
21 Apr 24 | The Design of Design | 128 | | Thomas Koenig |
21 Apr 24 | Re: The Design of Design | 67 | | John Levine |
25 Apr 24 | Re: The Design of Design | 66 | | Thomas Koenig |
25 Apr 24 | Re: The Design of Design | 65 | | Stephen Fuld |
26 Apr 24 | Re: The Design of Design | 56 | | John Levine |
26 Apr 24 | Re: The Design of Design | 2 | | MitchAlsup1 |
26 Apr 24 | Re: The Design of Design | 1 | | John Levine |
26 Apr 24 | Re: The Design of Design | 50 | | Thomas Koenig |
26 Apr 24 | Re: The Design of Design | 1 | | Stephen Fuld |
26 Apr 24 | Re: The Design of Design | 47 | | John Levine |
27 Apr 24 | Re: The Design of Design | 4 | | Thomas Koenig |
27 Apr 24 | Re: PDP-10 addressing, was The Design of Design | 3 | | John Levine |
27 Apr 24 | Re: PDP-10 addressing, was The Design of Design | 2 | | MitchAlsup1 |
27 Apr 24 | Re: PDP-10 addressing, was The Design of Design | 1 | | John Levine |
30 Apr 24 | Re: The Design of Design | 42 | | MitchAlsup1 |
30 Apr 24 | Re: The Design of Design | 40 | | John Levine |
1 May 24 | Re: The Design of Design | 39 | | Tim Rentsch |
1 May 24 | Re: architecture, The Design of Design | 38 | | John Levine |
2 May 24 | Re: index architecture, The Design of Design | 1 | | John Levine |
2 May 24 | Re: architecture, The Design of Design | 4 | | Thomas Koenig |
3 May 24 | Re: architecture, The Design of Design | 1 | | MitchAlsup1 |
5 May 24 | Re: architecture, The Design of Design | 2 | | Thomas Koenig |
5 May 24 | Re: ancient 704 architecture, The Design of Design | 1 | | John Levine |
7 May 24 | Re: architecture, The Design of Design | 32 | | Tim Rentsch |
7 May 24 | Re: architecture, The Design of Design | 1 | | Thomas Koenig |
7 May 24 | Re: architecture, The Design of Design | 28 | | Michael S |
7 May 24 | Re: architecture, The Design of Design | 2 | | John Levine |
8 May 24 | Re: architecture, The Design of Design | 1 | | John Levine |
8 May 24 | Re: architecture, The Design of Design | 2 | | Tim Rentsch |
9 May 24 | Re: architecture, The Design of Design | 1 | | John Levine |
8 May 24 | Re: architecture, The Design of Design | 23 | | Thomas Koenig |
8 May 24 | Re: architecture, The Design of Design | 22 | | Michael S |
8 May 24 | Re: backward architecture, The Design of Design | 21 | | John Levine |
9 May 24 | Re: backward architecture, The Design of Design | 2 | | Lynn Wheeler |
10 May 24 | Re: backward architecture, The Design of Design | 1 | | Lynn Wheeler |
9 May 24 | Re: backward architecture, The Design of Design | 18 | | Michael S |
9 May 24 | Re: backward architecture, The Design of Design | 14 | | Thomas Koenig |
9 May 24 | Re: backward architecture, The Design of Design | 13 | | Michael S |
9 May 24 | Re: backward architecture, The Design of Design | 2 | | Anton Ertl |
9 May 24 | Re: backward architecture, The Design of Design | 1 | | Anton Ertl |
9 May 24 | Re: backward architecture, The Design of Design | 9 | | Stephen Fuld |
9 May 24 | Re: backward architecture, The Design of Design | 2 | | Michael S |
9 May 24 | Re: backward architecture, The Design of Design | 1 | | John Dallman |
10 May 24 | Re: backward architecture, The Design of Design | 6 | | Tim Rentsch |
10 May 24 | Re: backward architecture, The Design of Design | 5 | | Stephen Fuld |
30 May 24 | Re: backward architecture, The Design of Design | 4 | | Tim Rentsch |
30 May 24 | Re: backward architecture, The Design of Design | 3 | | Stephen Fuld |
30 May 24 | Re: backward architecture, The Design of Design | 2 | | Tim Rentsch |
31 May 24 | Re: backward architecture, The Design of Design | 1 | | John Levine |
10 May 24 | Re: backward architecture, The Design of Design | 1 | | Tim Rentsch |
10 May 24 | Re: backward architecture, The Design of Design | 1 | | John Levine |
10 May 24 | Re: backward architecture, The Design of Design | 2 | | Tim Rentsch |
10 May 24 | Re: backward architecture, The Design of Design | 1 | | John Levine |
7 May 24 | Re: architecture, The Design of Design | 2 | | Anton Ertl |
8 May 24 | Re: architecture, The Design of Design | 1 | | Tim Rentsch |
30 Apr 24 | Re: The Design of Design | 1 | | MitchAlsup1 |
30 Apr 24 | Re: what's a register, The Design of Design | 1 | | John Levine |
26 Apr 24 | Re: The Design of Design | 3 | | Stephen Fuld |
26 Apr 24 | Re: The Design of Design | 2 | | John Levine |
26 Apr 24 | Re: The Design of Design | 1 | | Stephen Fuld |
27 Apr 24 | Re: The Design of Design | 7 | | Thomas Koenig |
27 Apr 24 | Re: The Design of Design | 1 | | Stephen Fuld |
27 Apr 24 | Re: The Design of Design | 2 | | John Levine |
27 Apr 24 | Re: The Design of Design | 1 | | Thomas Koenig |
28 Apr 24 | Re: The Design of Design | 3 | | Tim Rentsch |
29 Apr 24 | Re: antitrust history, The Design of Design | 2 | | John Levine |
1 May 24 | Re: antitrust history, The Design of Design | 1 | | Tim Rentsch |
29 Apr 24 | Re: The Design of Design | 1 | | Tim Rentsch |
29 Apr 24 | Re: The Design of Design | 60 | | Tim Rentsch |
1 May 24 | Re: The Design of Design | 59 | | Stephen Fuld |
1 May 24 | Re: JCL, The Design of Design | 3 | | John Levine |
1 May 24 | Re: JCL, The Design of Design | 2 | | Stephen Fuld |
1 May 24 | Re: JCL, The Design of Design | 1 | | Stephen Fuld |
1 May 24 | Re: The Design of Design | 1 | | MitchAlsup1 |
1 May 24 | Re: The Design of Design | 1 | | Thomas Koenig |
7 May 24 | Re: The Design of Design | 53 | | Tim Rentsch |
7 May 24 | Re: The Design of Design | 45 | | Stephen Fuld |
7 May 24 | Re: The Design of Design | 1 | | Thomas Koenig |
7 May 24 | Re: The Design of Design | 33 | | Stephen Fuld |
7 May 24 | Re: The Design of Design | 29 | | Thomas Koenig |
7 May 24 | Re: The Design of Design | 28 | | Stephen Fuld |
7 May 24 | Re: interative use, The Design of Design | 25 | | John Levine |
7 May 24 | Re: interative use, The Design of Design | 4 | | MitchAlsup1 |
8 May 24 | Re: third system syndrome, interactive use, The Design of Design | 3 | | John Levine |
8 May 24 | Re: third system syndrome, interactive use, The Design of Design | 2 | | Lynn Wheeler |
9 May 24 | Re: third system syndrome, interactive use, The Design of Design | 1 | | Lynn Wheeler |
8 May 24 | Re: interative use, The Design of Design | 20 | | Stephen Fuld |
8 May 24 | Re: interative use, The Design of Design | 19 | | John Levine |
9 May 24 | Re: interative use, The Design of Design | 18 | | Stephen Fuld |
10 May 24 | Re: address architecture, not interactive use, The Design of Design | 17 | | John Levine |
10 May 24 | Re: address architecture, not interactive use, The Design of Design | 1 | | Stephen Fuld |
11 May 24 | Re: address architecture, not interactive use, The Design of Design | 15 | | Thomas Koenig |
11 May 24 | Re: address architecture, not interactive use, The Design of Design | 3 | | MitchAlsup1 |
12 May 24 | Re: address architecture, not interactive use, The Design of Design | 2 | | Thomas Koenig |
13 May 24 | Re: address architecture, not interactive use, The Design of Design | 1 | | MitchAlsup1 |
11 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 11 | | John Levine |
12 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 10 | | Thomas Koenig |
13 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 9 | | John Levine |
13 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 8 | | Thomas Koenig |
13 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 7 | | John Levine |
13 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 4 | | MitchAlsup1 |
14 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 1 | | Thomas Koenig |
25 May 24 | Re: branch address architecture, not interactive use, The Design of Design | 1 | | Anton Ertl |
8 May 24 | Re: The Design of Design | 2 | | Thomas Koenig |
10 May 24 | Re: The Design of Design | 3 | | Tim Rentsch |
30 May 24 | Re: The Design of Design | 10 | | Tim Rentsch |
7 May 24 | Re: The Design of Design | 7 | | Thomas Koenig |