Apollo Computer Inc., founded in 1980 in
Chelmsford, Massachusetts, by
William Poduska
John William Poduska Sr. is an American engineer and entrepreneur. He was a founder of Prime Computer, Apollo Computer, and Stellar Computer. Prior to that he headed the Electronics Research Lab at NASA's Cambridge, Massachusetts, facility and al ...
(a founder of
Prime Computer) and others, developed and produced
Apollo/Domain
Apollo/Domain was a range of workstations developed and produced by Apollo Computer from circa 1980 to 1989. The machines were built around the Motorola 68k family of processors, except for the DN10000, which had from one to four of Apollo's RISC p ...
workstations in the 1980s. Along with
Symbolics
Symbolics was a computer manufacturer Symbolics, Inc., and a privately held company that acquired the assets of the former company and continues to sell and maintain the Open Genera Lisp system and the Macsyma computer algebra system. and
Sun Microsystems
Sun Microsystems, Inc. (Sun for short) was an American technology company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, the ...
, Apollo was one of the first vendors of
graphical workstation
A workstation is a special computer designed for technical or scientific applications. Intended primarily to be used by a single user, they are commonly connected to a local area network and run multi-user operating systems. The term ''workst ...
s in the 1980s. Like computer companies at the time and unlike manufacturers of
IBM PC compatibles, Apollo produced much of its own hardware and software.
Apollo was acquired by
Hewlett-Packard
The Hewlett-Packard Company, commonly shortened to Hewlett-Packard ( ) or HP, was an American multinational information technology company headquartered in Palo Alto, California. HP developed and provided a wide variety of hardware components ...
in 1989 for US$476 million (equivalent to $ million in ), and gradually closed down over the period of 1990–1997. The brand (as "HP Apollo") was resurrected in 2014 as part of HP's
high-performance computing portfolio.
History

Apollo was started in 1980, two years before
Sun Microsystems
Sun Microsystems, Inc. (Sun for short) was an American technology company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, the ...
.
In addition to Poduska, the founders included Dave Nelson (Engineering), Mike Greata (Engineering), Charlie Spector (COO), Bob Antonuccio (Manufacturing), Gerry Stanley (Sales and Marketing), and Dave Lubrano (Finance). The founding engineering team included Mike Sporer, Bernie Stumpf, Russ Barbour, Paul Leach, and Andy Marcuvitz.
In 1981, the company unveiled the
DN100 workstation, which used the
Motorola 68000
The Motorola 68000 (sometimes shortened to Motorola 68k or m68k and usually pronounced "sixty-eight-thousand") is a 16/32-bit complex instruction set computer (CISC) microprocessor, introduced in 1979 by Motorola Semiconductor Products Sector ...
microprocessor. Apollo workstations ran
Aegis (later replaced by
Domain/OS), a proprietary
operating system with a
POSIX-compliant
Unix alternative
shell. Apollo's networking was particularly elegant, among the first to allow
demand paging over the network, and allowing a degree of network transparency and low sysadmin-to-machine ratio.
From 1980 to 1987, Apollo was the largest manufacturer of network workstations. Its quarterly sales exceeded $100 million for the first time in late 1986, and by the end of that year, it had the largest worldwide share of the engineering workstations market, at twice the market share of the number two,
Sun Microsystems
Sun Microsystems, Inc. (Sun for short) was an American technology company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, the ...
. At the end of 1987, it was third in market share after
Digital Equipment Corporation and Sun, but ahead of
Hewlett-Packard
The Hewlett-Packard Company, commonly shortened to Hewlett-Packard ( ) or HP, was an American multinational information technology company headquartered in Palo Alto, California. HP developed and provided a wide variety of hardware components ...
and
IBM. Apollo's largest customers were
Mentor Graphics
Siemens EDA is a US-based electronic design automation (EDA) multinational corporation for electrical engineering and electronics, headquartered in Wilsonville, Oregon. Founded in 1981 as Mentor Graphics, the company was acquired by Siemens in ...
(electronic design),
General Motors
The General Motors Company (GM) is an American Multinational corporation, multinational Automotive industry, automotive manufacturing company headquartered in Detroit, Michigan, United States. It is the largest automaker in the United States and ...
,
Ford,
Chrysler
Stellantis North America (officially FCA US and formerly Chrysler ()) is one of the " Big Three" automobile manufacturers in the United States, headquartered in Auburn Hills, Michigan. It is the American subsidiary of the multinational automoti ...
, Chicago Research and Trading (Options and Futures) and
Boeing.
Apollo was acquired by
Hewlett-Packard
The Hewlett-Packard Company, commonly shortened to Hewlett-Packard ( ) or HP, was an American multinational information technology company headquartered in Palo Alto, California. HP developed and provided a wide variety of hardware components ...
in 1989 for US$476 million, and gradually closed down over the period 1990-1997. But after acquiring Apollo Computer in 1989, HP integrated a lot of Apollo technology into their own
HP 9000 series of workstations and servers. The Apollo engineering center took over PA-RISC workstation development and Apollo became an HP workstation brand name (''HP Apollo 9000'') for a while. Apollo also invented the
revision control system ''DSEE'' (
Domain
Domain may refer to:
Mathematics
*Domain of a function, the set of input values for which the (total) function is defined
**Domain of definition of a partial function
**Natural domain of a partial function
**Domain of holomorphy of a function
* Do ...
Software Engineering Environment) which inspired IBM
Rational ClearCase
Rational ClearCase is a family of computer software tools that supports software configuration management (SCM) of source code and other software development assets. It also supports design-data management of electronic design artifacts, thus ena ...
. DSEE was pronounced "dizzy".
Apollo machines used a proprietary operating system, Aegis, because of the excessive cost of single-CPU Unix licenses at the time of system definition. Aegis, like
Unix, was based on concepts from the
Multics time-sharing operating system. It used the concepts of shell programming (à la
Stephen Bourne),
single-level store, and
object-oriented design. Aegis was written in a proprietary version of
Pascal
Pascal, Pascal's or PASCAL may refer to:
People and fictional characters
* Pascal (given name), including a list of people with the name
* Pascal (surname), including a list of people and fictional characters with the name
** Blaise Pascal, Fren ...
.
The dual 68000 processor configuration was designed to provide automatic
page fault switching, with the main processor executing the OS and program instructions, and the "fixer" processor satisfying the page faults. When a page fault was raised, the main CPU was halted in mid (memory) cycle while the fixer CPU would bring the page into memory and then allow the main CPU to continue, unaware of the page fault. Later improvements in the
Motorola 68010 processor obviated the need for the dual-processor design.
Certain efficiencies were gained by careful design; for example, the memory page size, network packet, and disk sector were all 1K byte in size. With this arrangement, a page fault could take place across the network as well as on the individual computer and Aegis file system was a single system of
memory mapped files across the entire network. The namespace of the network was self discovering as new nodes (workstations) were added.
Domain/OS (Distributed On-line Multi-access Interactive Network/Operating System) was initially a layer over Aegis and was not built on a Unix kernel. Release 10 incorporated large parts of Unix but the burden of backwards compatibility with previous releases led to a system that was larger and significantly slower than the previous ones. In the end, Hewlett Packard shut down the Domain/OS line. Release 10 came out as competitors were gaining ground in the area of graphics and windowing systems, particularly with the trend to
open systems and the
X Window System.
Another feature was its proprietary
token ring network, which was originally designed to support relatively small networks of, at most, dozens of computers in an office environment. It was a superb design, allowing
direct memory access page faulting from any
hard drive on the network, but it did not inter-operate with any other existing network hardware or software. The industry widely adopted
Ethernet and
TCP/IP, a more universal, albeit much slower network. Apollo later added support for these industry standards while continuing to support its own Domain networking using both
Ethernet and token ring. The Domain network routing was modeled after
Xerox Network Systems.
The company moved from a proprietary data bus architecture in favor of IBM's
AT-bus, as used in the second generation of IBM PCs, and was simultaneously embracing
RISC
In computer engineering, a reduced instruction set computer (RISC) is a computer designed to simplify the individual instructions given to the computer to accomplish tasks. Compared to the instructions given to a complex instruction set comput ...
technology moving towards high-end processors, eventually producing the
PRISM line.
The workstation industry in general experienced hard times in the second half of the 1980s, as
IBM Personal Computers and
IBM PC compatibles began making inroads on their customer base.
Thomas Vanderslice was hired as President and CEO in 1984,
and founder William Poduska left the company in 1985 to found
Stellar
Stellar means anything related to one or more stars (''stella''). The term may also refer to:
Arts, entertainment, and media
* ''Stellar'' (magazine), an Irish lifestyle and fashion magazine
* Stellar Loussier, a character from ''Mobile Suit Gun ...
.
The company incurred large losses in 1987 in currency speculation due to the trading activities of one individual,
and in 1988 from declining demand for its products.
In 1989, Apollo was acquired by Hewlett-Packard for US$476 million (equivalent to $ million in ). HP support for Apollo products was fragmented for the first few years, but was reorganized in late 1992, at which point there were still some 100,000 users of Apollo products and the user group IWorks (formerly InterWorks) had some 4,500 members. Earlier that year, Sun had already offered discounts on its systems for customers trading in their Apollo machines; HP responded the next winter with a trade-in program of its own, that also allowed trading in hardware from Sun and other vendors in return for a discount on HP workstations.
Apollo was gradually closed down over the period of 1990–1997.
Models
See also
*
Apollo/Domain
Apollo/Domain was a range of workstations developed and produced by Apollo Computer from circa 1980 to 1989. The machines were built around the Motorola 68k family of processors, except for the DN10000, which had from one to four of Apollo's RISC p ...
*
Apollo PRISM
PRISM (Parallel Reduced Instruction Set Multiprocessor) was Apollo Computer's high-performance CPU used in their DN10000 series workstations. It was for some time the fastest microprocessor available, a high fraction of a Cray-1 in a workstati ...
*
Domain/OS
References
{{Reflist
This article was partly based on material from the ''
Free On-line Dictionary of Computing'' and is used with permission under the
GFDL.
External links
HP Domain Apollo SeriesThe Apollo ArchiveApollo CPUs table
Hewlett-Packard acquisitions
1980 establishments in Massachusetts
1989 disestablishments in Massachusetts
1989 mergers and acquisitions
American companies established in 1980
American companies disestablished in 1989
Companies based in Chelmsford, Massachusetts
Computer companies established in 1980
Computer companies disestablished in 1989
Computers using bit-slice designs
Defunct computer companies based in Massachusetts
Defunct computer companies of the United States
Defunct computer hardware companies