The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] Why did PDPs become so popular?
@ 2017-12-31  5:20 Rudi Blom
  2017-12-31 12:56 ` Clement T. Cole
  0 siblings, 1 reply; 37+ messages in thread
From: Rudi Blom @ 2017-12-31  5:20 UTC (permalink / raw)


A bit off the PDPs, but to do a minor correction on mail below

The commercial version of 'UNIX' on Alpha was maybe first called
Digital Unix OSF/1, but quickly changed to Digital Unix at least with
v3 and v4.0 (A - G). From there we had a 'break' which only in part
was due to take over by Compaq and we had Tru64 UNIX v5.1A and V5.1B.
The V5.1B saw updates till B-6.

As for the Digital C compiler, I'm still using
 DTCCMPLR650  installed  Compaq C Version 6.5 for Compaq Tru64 UNIX Systems

When I get some old source (some even developed on SCO UNIX 3.2V4.2) I
like to run it through all compiler /OS-es I got handy. With the
Compaq C compiler and HP-UX ANSI C I mostly get pages of warning and a
few errors. By the time I 'corrected' what I think is relevant some
nasty coredumps tend to disappear :-)

Compile for a better 2018,
uncle rubl

>Date: Fri, 29 Dec 2017 21:30:11 -0500.
>From: Paul Winalski <paul.winalski at gmail.com>
>To: Ron Natalie <ron at ronnatalie.com>
>Cc: TUHS main list <tuhs at minnie.tuhs.org>
>Subject: Re: [TUHS] Why did PDPs become so popular?
>Message-ID:     <CABH=_VRwNXUctFPav5rHX83wfUS0twMQuBhinRZ6QEY1cB3TNQ at mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
>
>On 12/29/17, Ron Natalie <ron at ronnatalie.com> wrote:
> The Alpha was hot
> stuff for about nine months.   Ran OSF/1 formerly DigitalUnix formerly
> OSF/1.

>Digital UNIX for the VAX was indeed derived from OSF/1.  The port to
>Alpha was called Tru64 UNIX.

>Tru64 UNIX was initially a pure 64-bit system, with no provision for
>building or running 32-bit program images.  This turned out to be a
>mistake .  DEC found out that a lot of ISVs had code that implicitly
>"knew" that sizeof() a pointer was the same as sizeof(int) was the
>same as 4 bytes.  Tru64 was forced to implement a 32-bit compatibility
>mode.

>There was also a problem with the C compiler initially developed at
>DECwest in Seattle.  It supported ONLY ANSI standard C and issued
>fatal errors for violations/extensions of the standard.  We (DEC
>mainstream compiler group) called it the Rush Limbaugh
>compiler--extremely conservative, and you can't argue with it.


^ permalink raw reply	[flat|nested] 37+ messages in thread
* [TUHS] Why did PDPs become so popular?
@ 2017-12-29 16:38 Larry McVoy
  2017-12-29 23:54 ` Kevin Bowling
  0 siblings, 1 reply; 37+ messages in thread
From: Larry McVoy @ 2017-12-29 16:38 UTC (permalink / raw)


On Fri, Dec 29, 2017 at 04:04:01AM -0700, Kevin Bowling wrote:
> Alpha generally maintained integer/ALU and clockspeed leadership for
> most of the '90s
> http://www.cs.columbia.edu/~sedwards/classes/2012/3827-spring/advanced-arch-2011.pdf

Wow, that first graph is the most misleading graph on CPU performance
I've ever seen.  Ever.

So from 1993 to 2000 the only CPUs released were Alphas?

That era was when I was busy measuring performance across cpus and
operating systems and I don't ever remember any processor being a
factor of 2 better than its peers.  And maybe I missed it, I only 
owned a couple of alpha systems, but I never saw an Alpha that was
a game changer.  Alpha was cool but it was too little, too late to
save DEC.

In that time period, even more so now, you had to be 2x better to get
a customer to switch to your platform.

	2x cheaper
	2x faster
	2x more reliable

Do one of those and people would consider switching platforms.  Less than
that was really tough and it was always, so far as I remember, less than
that.  SMP might be an exception but we went through that whole learning
process of "well, we advertised symmetric but when we said that what we
really meant was you should lock your processes down to a processor
because caches turn out to matter".  So in theory, N processors were N
times faster than 1 but in practice not so much.

I was very involved in performance work and cpu architecture and I'd love
to be able to claim that we had a 2x faster CPU than someone else but we
didn't, not at Sun and not at SGI.

It sort of make sense that there weren't huge gaps, everyone was more or
less using the same sized transistors, the same dram, the same caches.
There were variations, Intel had/has the biggest and most advanced
foundries but IBM would push the state of the art, etc.  But I don't
remember anyone ever coming out with a chip that was 2x faster.  I
suspect you can find one where chip A is introduced at the end of chip
B's lifespan and A == 2*B but wait a few month's and B gets replaced 
and A == .9*C.

Can anyone point to a 2x faster than it's current peers chip introduction?
Am I just not remembering one or is that not a thing?

--lm


^ permalink raw reply	[flat|nested] 37+ messages in thread
* [TUHS] Why did PDPs become so popular?
@ 2017-12-28 14:05 Noel Chiappa
  2017-12-28 15:59 ` Paul Winalski
  0 siblings, 1 reply; 37+ messages in thread
From: Noel Chiappa @ 2017-12-28 14:05 UTC (permalink / raw)


    > From: Paul Winalski

    > Lack of marketing skill eventually caught up to DEC by the late 1980s
    > and was a principal reason for its downfall.

I got the impression that fundamentally, DEC's engineering 'corporate culture'
was the biggest problem; it wasn't suited to the commodity world of computing,
and it couldn't change fast enough. (DEC had always provided very well built
gear, lots of engineering documentation, etc, etc.)

I dunno, maybe my perception is wrong? There's a book about DEC's failure:

  Edgar H. Schein, "DEC is Dead, Long Live DEC", Berett-Koehler, San
	  Francisco, 2003

which probably has some good thoughts. Also:

  Clayton M. Christensen, "The Innovator's Dilemma: When New Technologies
	  Cause Great Firms to Fail", Harvard Business School, Boston, 1997

briefly mentions DEC.

	Noel


^ permalink raw reply	[flat|nested] 37+ messages in thread
* [TUHS] Why did PDPs become so popular?
@ 2017-12-27 21:02 Alec Muffett
  2017-12-27 21:50 ` Grant Taylor
  2017-12-27 21:51 ` Clem Cole
  0 siblings, 2 replies; 37+ messages in thread
From: Alec Muffett @ 2017-12-27 21:02 UTC (permalink / raw)


I apologise if this is too far from the main topic, but I wanted to check
an urban legend.

There is a story - as I have heard it told - that PDPs established their
place (and popularity) in the marketplace by pointedly *not* advertising
themselves as "computers", but instead as "programmed data processors".

This was because - so the story goes - that everyone in corporations of the
time simply *knew* that "computers" came only from IBM, lived in big
datacentres, had million-dollar price-tags, and required extensive project
management to purchase; whereas nobody cared enough about a thing called a
"programmed data processor" to bother bikeshedding the
few-tens-or-hundreds-of-thousands-of-dollars purchase proposal to an
inevitable death. Thus, they flitted under the purchasing radar, and sold
like hotcakes.

I wonder: does this story have substance, please?

Aside from anything else: I draw parallels to the adoption of Linux by Wall
St, and the subsequent adoption of virtualisation / AWS by business - now
reflected in companies explaining to ISO27001 auditors that "well, we don't
actually possess any physical servers..."

    - alec

-- 
http://dropsafe.crypticide.com/aboutalecm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20171227/148f453a/attachment.html>


^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2017-12-31 15:55 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <109152082.5216233.1514413535270.ref@mail.yahoo.com>
2017-12-27 22:25 ` [TUHS] Why did PDPs become so popular? Dave Ritchie
2017-12-27 22:32   ` Dave Horsfall
2017-12-27 23:44     ` Paul Winalski
2017-12-27 23:38   ` Kevin Bowling
2017-12-28  0:07     ` Paul Winalski
2017-12-28  0:45       ` Kevin Bowling
2017-12-28  1:39       ` Ron Natalie
2017-12-31  5:20 Rudi Blom
2017-12-31 12:56 ` Clement T. Cole
2017-12-31 15:03   ` Steve Simon
  -- strict thread matches above, loose matches on Subject: below --
2017-12-29 16:38 Larry McVoy
2017-12-29 23:54 ` Kevin Bowling
2017-12-30  0:04   ` Larry McVoy
2017-12-30  0:54   ` Lawrence Stewart
2017-12-30  1:47     ` Kevin Bowling
2017-12-30  2:19       ` Lawrence Stewart
2017-12-30  2:35         ` Paul Winalski
2017-12-30  2:20       ` Paul Winalski
2017-12-31  2:47     ` Henry Bent
2017-12-30  1:07   ` Ron Natalie
2017-12-30  2:30     ` Paul Winalski
2017-12-31  3:00       ` Henry Bent
2017-12-31  9:59         ` Arrigo Triulzi
2017-12-31 15:55         ` Paul Winalski
2017-12-28 14:05 Noel Chiappa
2017-12-28 15:59 ` Paul Winalski
2017-12-28 16:08   ` Larry McVoy
2017-12-28 23:28     ` Theodore Ts'o
2017-12-29 11:04       ` Kevin Bowling
2017-12-29 23:35         ` Jon Forrest
2017-12-29 23:58           ` Larry McVoy
2017-12-27 21:02 Alec Muffett
2017-12-27 21:50 ` Grant Taylor
2017-12-28  1:23   ` Alec Muffett
2017-12-27 21:51 ` Clem Cole
2017-12-27 21:52   ` Clem Cole
2017-12-28  2:14   ` Greg 'groggy' Lehey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).