VP/CSS

VP/CSS

Infobox OS
name = VP/CSS



caption =
developer = IBM / National CSS
source_model =
kernel_type =
supported_platforms = IBM System/360-67, System/370
ui =
family =
released =
latest_release_version =
latest_release_date =
latest_test_version =
latest_test_date =
marketing_target =
programmed_in =
prog_language =
language =
updatemodel =
package_manager =
working_state = Historic
license =
website =

VP/CSS was a time-sharing operating system developed by National CSS. It began life in 1968 as a copy of IBM's CP/CMS, which at the time was distributed to IBM customers at no charge, in source code form, without support, as part of the IBM Type-III Library. Through extensive in-house development, in what today would be termed a software fork, National CSS took VP/CSS in a different direction from CP/CMS. Although the two systems would eventually share many capabilities, their technical implementations diverged in substantive ways.

VP/CSS ran on IBM and IBM plug-compatible hardware owned by NCSS (and by a few customers with site licenses, including Bank of America and Standard Oil of California). After an initial period running on the IBM System/360-67 platform used by CP/CMS, VP/CSS was ported to the System/370 series, made possible when IBM added virtual memory capabilities to the S/370 series in 1972.

VP/CSS was notable for supporting very large numbers of interactive users per machine, when compared with other IBM mainframe operating systems. Technical, operations, and commercial factors all played a role in making National CSS a commercially viable service business.

Architecture

VP/CSS shared the basic architecture and concepts of CP/CMS, which were revolutionary for their time. A control program (called CP in CP/CMS, VP in VP/CSS) created multiple independent virtual machines (VMs), implementing a full virtualization of the underlying hardware – meaning that each time-sharing user was provided with a private virtual machine. Each appeared to be an entire, stand-alone computer, capable of running any software that could run on the bare machine, including other operating systems. (This concept was pioneered with IBM's research system CP-40 in the first version of CP/CMS.)

This design was a departure from IBM's other monolithic operating systems. Isolating users from each other improved system stability: a bug in one user's software could not crash another user's virtual machine, nor the underlying control program. This approach made CP/CMS a superior choice for commercial time-sharing, and thus a strong foundation for National CSS as it broke new ground in what would become an important new industry.

Each VM created by VP ran a simple, single-user operating system called CSS, derived from IBM's Cambridge Monitor System. CSS allowed users to run programs, manipulate a file system, and manage virtual devices.

Since VP and CSS began life as CP and CMS, respectively, they closely resembled these systems, particularly in their early days. Continuous development and introduction of new features in both VP/CSS and IBM's VM led to significant differences over time; but the systems retained an obvious family resemblance.

IBM's decision to add virtualization and virtual memory features to the S/370 reflects the success of the virtual machine approach to time-sharing. Some credit for this belated decision has been attributed to IBM's awareness of the commercial success of National CSS. [See the CP/CMS article; Varian's paper discusses these events and the possible role of NCSS success in IBM's decision]

NCSS enhancements

In 1968, the founders of National CSS saw that the CP/CMS operating system would be a good foundation for a time-sharing business – because of the system's technical merits, its ability to share mainframe resources among many interactive users, and its availability in source code form at no cost. Another firm, Interactive Data Corporation, reached the same conclusion. Each firm lured away key CP/CMS technical personnel from CSC, MIT, and Union Carbide.

National CSS quickly discovered, however, that CP/CMS initial performance was not adequate to sustain profitable operations – that, literally, selling every available minute of interactive time would only pay for the $50K/month equipment lease. A crash technical project began to improve performance; this led to a number of fundamental enhancements, and soon allowed the business to make money. Thus began a lengthy reimplementation effort that would occupy a large development team over the course of some fifteen years. At the end of its lifespan, VP/CSS had diverged a long way from its CP/CMS roots, and boasted a surprising array of features, some of which would be considered quite modern even today.

Key enhancements to the original CP/CMS system included changes in the dispatching algorithm and the paging system. Virtual memory was of course a new concept at the time, and the IBM System/360-67 address translation technology (via the "Blaauw Box") enabled various technical approaches. Ultimately, the VP/CSS page migration algorithm and three-queue dispatcher became well-known, and some NCSS personnel eventually joined IBM's Thomas J. Watson Research Center to work on VM technologies.

Another area for throughput improvement was in the performance of the CSS single-user operating system. One important change was replacing Channel Command Words (CCWs) and other expensive simulated instructions with something like what today are termed BIOS calls. Simulating the complex S/360 I/O architecture through virtualization was an amazing feat – done in CP's complex innermost core, in a routine called "CCWTRANS," as I/O operations were trapped within each virtual machine. However, it proved enormously cheaper to make direct hypervisor calls for targeted functions, rather than simulating the operation of low-level I/O commands. In VP/CSS, this was done using paravirtualization via the non-virtualized DIAG (diagnose) instruction. The same technique was used by IBM in CP/CMS release 3.1, and carried forward into VM/370. (It is unclear which implementation came first – or whether they were invented independently.)

Early National CSS technical efforts quickly established VP/CSS as a commercially viable version of CP/CMS. VP/CSS was reputed to have much better performance than IBM's reimplementation of CP/CMS, VM/370 – which in turn was reputed to have a substantial performance advantage over IBM's "preferred" timesharing solution, TSO. Unfortunately, documented period performance statistics are hard to find today. However, there are several data points that support such claims.

* Regarding VM/CMS performance relative to OS/TSO::# Numerous VM documents, such as Varian's famous paper, cite "CP's performance advantages over TSO". [See CP/CMS, Varian, "p." 25, note 84 – CP's performance advantage over TSO] :# From structural arguments, it is reasonable that CMS under VM should consistently outperform TSO under OS. VM was designed as a time-sharing system, and had a substantial technical edge in running interactive applications.:# OS/VS had well known performance problems in this period. (The MVS performance group famously adopted the turkey as the operating system's mascot.):# CP/CMS started with good relative performance; and then a broad range of performance improvements followed.
* Regarding VP/CSS performance relative to VM/CMS::# NCSS had a strong commercial incentive to run as many users as possible, a pressure not present at IBM.:# NCSS succeeded in selling large VP/CSS site license installations to the likes of Bank of America and Standard Oil of California for time-sharing use – in spite of the manifest problems that such large IBM customers would face by going against the IBM mainstream.

The following relative performance is believed to be accurate, although documented sources remain to be located:
* CP-67 on S/360-67 at Lincoln Laboratory: able to support 15 CMS users [Feinleib, "op. cit., p." 5 – 15 users on CP-67 at Lincoln Labs; also describes early technical steps to improve performance]
* OS/VS2-TSO on S/370-168: able to support 35-50 TSO users
* VM/370 on S/370-168: able to support 75-100 CMS users
* VP/CSS on S/370-168: able to support 200+ CSS users

As described in History of CP/CMS, IBM's primary emphasis on MVS and its successors as its core mainframe operating system led IBM to waste the substantial technical advantage represented by VM/370. This made it possible for an independent vendor like NCSS to strike into new territory. (Industry observers have pointed out that a hardware vendor has a natural preference for selling more hardware than for increasing the number of users per machine.) NCSS gained technical advantages, and ultimately became very successful commercially, despite the fact that the optimization techniques it used to enhance VP and CSS performance were well understood, and well-documented in the literature of the day. [See references to CP-40 and CP/CMS articles, which address many of the technical issues]

Ultimately, after Amdahl Corporation publicized its sales wins at several large VP/CSS data centers, IBM began to pay more public attention to NCSS and its technical innovations. Not long thereafter, as the time-sharing industry began to feel pressure from the personal computer revolution, the need for a super-optimized multiuser mainframe operating system waned.

Fate

NCSS moved away from VP/CSS in the mid 80s, retargeting Nomad for VM and other platforms. It is unknown how long any NCSS site-license customers continued to use VP/CSS on their own equipment (though it seems unlikely any could continue for long without ongoing NCSS operating system support).

References

*cite paper |first=Harold |last=Feinleib |title=A technical history of National CSS |publisher=Computer History Museum |date=2005-03-04 |url=http://www.computerhistory.org/corphist/documents/doc-42ae226a5a4a1.pdf |format=PDF |accessdate=2008-02-23
*cite paper |first=Dick |last=Orenstein |title=From the very beginning...from my vantage point|publisher=Computer History Museum |date=2005-01-14 |url=http://www.computerhistory.org/corphist/documents/doc-422fd82791f26.pdf |format=PDF |accessdate=2008-02-23

ee also

*CP/CMS
*History of CP/CMS

External links

*The Computer History Museum's [http://www.computerhistory.org/corphist/index.php Information Technology Corporate Histories Collection] has many additional [http://www.computerhistory.org/corphist/view.php?s=select&cid=4 first-person accounts] of National CSS and VP/CSS.


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • CSS Alabama — Peinture du CSS Alabama Histoire A servi dans Confederate States Navy Commanditaire Confederate States Navy …   Wikipédia en Français

  • CSS-фреймворк — CSS Framework  фреймворк, созданный для упрощения работы верстальщика, быстроты разработки и исключения максимально возможного числа ошибок вёрстки (проблемы совместимости различных версий браузеров и т. д.). Как и библиотеки… …   Википедия

  • CSS Sumter — Le CSS Sumter à Curaçao, en 1861. Histoire A servi dans Confederate States Navy Lancement 1859, comme paquebot Ha …   Wikipédia en Français

  • CSS Virginia — Saltar a navegación, búsqueda CSS Virginia CSS Virginia (ex USS Merrimac) Historial …   Wikipedia Español

  • CSS (Versicherung) — CSS Versicherung Rechtsform Aktiengesellschaft Gründung 1899 Sitz …   Deutsch Wikipedia

  • CSS Framework — это заранее подготовленная css библиотека, созданная для упрощения работы верстальщика, быстроты разработки и исключения максимально возможного числа ошибок вёрстки (проблемы совместимости различных версий браузеров и т.д.). Так же как и… …   Википедия

  • CSS Industries — CSS Industries, Inc. Type Public (NYSE: CSS) Industry Printing Founded 1923 (as City Stores Company) Headquarters Philadelphia, Pennsylvania …   Wikipedia

  • CSS Animations — ist ein Modul für Cascading Style Sheets, das die Animation von XML Elementen mit Hilfe von CSS ermöglicht. Inhaltsverzeichnis 1 Geschichte 2 Browserunterstützung 3 Kontroverse 4 …   Deutsch Wikipedia

  • CSS Zen Garden — URL csszengarden.com Launched May 2003 Cascading Style Sheets CSS Animations Dynamic CSS Comparison of layout engines Comparison of stylesheet languages …   Wikipedia

  • CSS-5 — Start und Transportfahrzeug Die CSS 5 ist eine mobile, landgestützte ballistische Mittelstreckenrakete der Volksrepublik China. Bei den chinesischen Streitkräften trägt die Rakete die Bezeichnung DF 21 oder Dongfeng 21. Inhaltsverzeichnis …   Deutsch Wikipedia

  • CSS Raleigh (1861) — Saltar a navegación, búsqueda CSS Raleigh Historial …   Wikipedia Español

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”