ANSA: an Engineer’S Introduction

Total Page:16

File Type:pdf, Size:1020Kb

ANSA: an Engineer’S Introduction An Engineer’s Introduction to the Architecture ANSA: An Engineer’s Introduction to the Architecture Release TR.03.02 November 1989 This document provides an introduction to ANSA. It is specifically oriented towards those with a software and systems background. It describes what is available and how it is used; it does not describe how the architecture is applied to specific application domains. Architecture Projects Management Limited Architecture Projects Management Limited and their sponsors take no responsibility for the consequences of errors or omissions in this manual, nor for any damages resultmg from the applicatron of the ideas expressed herein. Architecture Projects Management Limited Poseidon House Castle Park CAMBRIDGE CB3 ORD United Kingdom TELEPHONE UK Cambridge (0223) 323010 INTERNATIONAL +44 223 323010 FAX + 44 223 359779 UUCP . ..ukc!acorn!ansa!apm ARPA Internet [email protected] 8 1989 Architecture Projects Management Limited Permission to copy without fee all or part of this material is granted provided that notice IS given that copying is by permission of Architecture Projects Management Limited. To copy otherwise or to republish requiresspecific permlssion. Advanced Networked Systems Architecture CONTENTS Page 1 Background ........................................... 1 1.1 Objectives ......................................... 1 1.2 Activities ............................................ 1 1.3 Standardization ...................................... 2 2 Executive summary ................................... 3 2.1 The problem space ................................... 3 2.2Overview ........................................... 4 3 Architectural philosophy ............................. 11 3.1 Viewpoints on distributed processing ................. 11 3.2The computation model ............................. 13 3.3 Distribution transparency ........................... 14 3.4 The Object-Oriented Approach ........................ 15 3.5Type checking ...................................... 16 3.6 Configuration ....................................... 16 3.7Interfaces .......................................... 17 3.8 Operations ......................................... 18 3.9 Invocations ......................................... 19 3.10 Terminations ...................................... 20 3.11 Atomicity ......................................... 20 3.12 Objects ........................................... 21 3.13Security ........................................... 21 3.14Trading ........................................... 22 3.15 Object groups ...................................... 22 4 Testbench software ................................... 27 4.1 Overall structure ................................... 28 4.2 Implementation of engineering concepts .............. 29 4.3 Implementation options ............................. 31 4.4 Process mapping .................................... 31 4.5 Using the Testbench ................................. 32 5 Evaluation ............................................ 37 .J.l Performance ........................................ 37 5.2 Transparency ....................................... 40 5.3 Diagnostics, error detection and recovery ............ 41 5.4 Heterogeneity ...................................... 41 5.5 Relationship to OS1 ................................. 42 5.6 Software engineering ................................ 43 6 International standards .............................. 45 References . ..*..................................... 47 Appendices . ..*.................,..,...................... 49 Advanced Networked Systems Architecture 1 Background The Advanced Networked Systems Architecture (ANSA) originated in a project undertaken by BT, DEC, GECMarconi, GPT, HP, ICL, ITL, Olivetti, Plessey, Racal and STC within the UK Alvey Information Technology Programme. As the results of the project became more well known it became apparent that a more formal structure was needed to manage the development and exploitation of the architecture. To this end Architecture Projects Management Ltd (APM) was set up as a company in 1989. APM undertakes work on ANSA on behalf of the sponsors at a central laboratory in Cambridge, England. Much of the work is currently funded via the Commission of the European Communities (CEC) ESPRIT II Programme within a project called ISA - Integrated Systems Architecture - in which many of the sponsors of APM are joined by AEG, CTI-Patras, Ericsson Telecom, Televerket, Philips, France Telecom (SEPT) and Siemens. The architecture continues to be known as ANSA, and APM also trades under the name ANSA. 1.1 Objectives The scope of ANSA is to provide an architecture for distributed systems that satisfies the following objectives: b generic to many fields of application (including office, factory, telecommunications and general data processing) b state of the art in technical content b portable across a wide range of operating systems and programming languages operable in heterogeneous, multi-vendor environments modular structure with maximum opportunity for re-use of existing functionality b support for a range of distribution naming, concurrency and fault handling policies b applicable to a wide range of computer and network topologies with no constraints on size oriented towards the requirements of application programmers provision for interworking between autonomously managed networks. The design principles that have been followed to achieve these objectives are described in Section 3. Advanced Networked Systems Architecture 1.2 Activities The activities associated with the name “ANSA” are as follows: b Architecture - development of an architecture for building distributed systems, in the form of an integrated set of structures, functions, design recipes and implementation guidelines b Software - development of software to demonstrate and validate the architecture (known as the ANSA Testbench) b Standards - contribution of ANSA results to international standards D Technology Transfer - transfer of the architecture and Testbench as a technology to both the sponsors of ANSA and to the community at large. The specification of ANSA is contained in the ANSA Reference Manual [ARM 891, a copy of which may be obtained from APM Ltd. The Testbench software consists of a suite of C programs and instructions for installing them on HP-UX, SunOS-4, Ultrix, MSDOS and VMS. (Unsupported ports have also been made to various other systems, but are not yet included on the standard release tape). 1.3 Standardization ANSA has been founded upon the concept that the architecture should adopt, and not conflict with, current open standards wherever possible. Aspects of the architecture which fall outside the scope of current open standards are taken into the open standards process. To this end, the ANSA team participates actively in ISO/IEC JTCl SC21 WG7 on the standardization of a Reference Model for Open Distributed Processing and with ECMA TC32-TG2 on a Support Environment for Open Distributed Processing (SE-ODP). The team participate to a lesser extent in a number of other standards groups. Advanced Netvorked Systems Architecture 2 Executive summary 2.1 The problem space ANSA is an architecture for building distributed systems that can operate as a unified whole such that the fact of distribution is transparent to application programmers and users. This is a fundamentally different approach from networking single systems together. It allows full advantage to be taken of the inherent concurrency and separation of distributed systems in order to increase performance, decentralization and reliability, while better masking their disadvantages such as communication errors and partial failures. It produces a system that can be managed as co-ordinated sub-systems appropriate to the enterprise they serve rather than as a random collection of boxes. When building a distributed system, a number of assumptions which are commonly made when engineering systems for single hosts not only become invalid, but have to be reversed. The most important of these are: local --, remote more failure modes are possible for remote interactions than for local ones direct + indirect binding configuration becomes a dynamic process, requiring support for linkage at execution time sequential + concurrent execution true concurrency requires mechanisms to provide sequentiality synchronous + asynchronous interaction communication delays require support for asynchronous interactions and pipelining homogeneous + heterogeneous environment requires common data representation for interactions between remote systems single instance -+ replicated group replication can provide availability and/or dependability fixed location + migration locations of remote interfaces may not be permanent unified name space -+ federated name spaces need for naming constructs which mirror administrative boundaries across different remote systems shared memory + disjoint memory shared memory mechanisms cannot operate successfully on a large scale and where remote operations are involved. 3 Advanced Networked Systems Architecture Given sufficient knowledge, local optimisations can be engineered back in to a system where appropriate, but in order to retain flexibility they should not be present in the program source code. For example, all procedure calls can be treated as remote by the programmer, and the compiler or linker can replace them by local ones if it subsequently discovers that the calling and called procedures are co-located. 2.2 Overview 2.2.1
Recommended publications
  • Exception Handling with Fail-Safe Semantics Phd Thesis
    Exception Handling With Fail-Safe Semantics PhD Thesis Steven J. Drew B.App.Sci. (Computing) Hons. Date: 29th. November, 1996. Principal Supervisor: Prof.K.J.Gough School Of Computing Science Faculty Of Information Technology Queensland University Of Technology DEDICATION To my father for all his love and support, To my mother, I'm glad you saw the start of this, I'll tell you how it ended one day. QUT QUEENSLAND UNIVERSITY OF TECHNOLOGY DOCTOR OF PHILOSOPHY THESIS EXAMINATION CANDIDATE NAME Steven John Drew CENTRE/RESEARCH CONCENTRATION Programming Languages and Systems PRINCIPAL SUPERVISOR Professor John Gough ASSOCIATE SUPERVISOR(S) Dr John Hynd THESIS TITLE Exception Handling with Fail-Safe Semantics Under the requirements of PhD regulation 9.2, the above candidate was examined orally by the Faculty. The members of the panel set up for this examination recommend that the thesis be accepted by the University and forwarded to the appointed Committee for examination. Prof K J Gough Name ....................................................................... Panel Chairperson (Principal Supervisor) Name ...... ~?.';'.<?~.-:~.:.<?.~ .. ~.. -~-~XP.~:.E?~~ ......................... Panel Member Assoc Prof G Mohay Name ....................................................................... Panel Member Under the requirements of PhD regulation 9.15, it is hereby certified that the thesis of the above-named candidate has been examined. I recommend on behalf of the Thesis Examination Committee that the thesis be accepted in fulfilment of the conditions for the award of the degree of Doctor of Philosophy. Name .. :'9r.... Y~~~.. .zy~ • Date .. .<f. ..P~:'?.~ .. Chair of Examiners (Thesis Examination Comrilittee) Keywords Exception handling, programming languages, fail-safety, fail-safe semantics, software fault tolerance, program complexity, program comprehensibility, Modula-2. Abstract Computer architectures are becoming increasingly complex and are being used to solve problems of similarly increasing complexity.
    [Show full text]
  • Dissertation Acceptance
    SEVER INSTITUTE OF TECHNOLOGY DOCTOR OF SCIENCE DEGREE DISSERTATION ACCEPTANCE (To be the first page of each copy of the dissertation) DATE: July 24, 1998 STUDENT’S NAME: Charles D. Cranor This student’s dissertation, entitled Design and Implementation of the UVM Virtual Memory System has been examined by the undersigned committee of five faculty members and has received full approval for acceptance in partial fulfillment of the requirements for the degree Doctor of Science. APPROVAL: Chairman Short Title: Design and Implementation of UVM Cranor, D.Sc. 1998 WASHINGTON UNIVERSITY SEVER INSTITUTE OF TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE DESIGN AND IMPLEMENTATION OF THE UVM VIRTUAL MEMORY SYSTEM by Charles D. Cranor, M.S. Prepared under the direction of Professor Gurudatta M. Parulkar A dissertation presented to the Sever Institute of Washington University in partial fulfillment of the requirements for the degree of Doctor of Science August, 1998 Saint Louis, Missouri WASHINGTON UNIVERSITY SEVER INSTITUTE OF TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE ABSTRACT DESIGN AND IMPLEMENTATION OF THE UVM VIRTUAL MEMORY SYSTEM by Charles D. Cranor ADVISOR: Professor Gurudatta M. Parulkar August, 1998 Saint Louis, Missouri We introduce UVM, a new virtual memory subsystem for 4.4BSD that makes better use of existing hardware memory management features to reduce overhead and improve performance. Our novel approach focuses on allowing processes to pass memory to and from other processes and the kernel, and to share memory. This approach reduces or elim- inates the need to copy data thus reducing the time spent within the kernel and freeing up cycles for application processing. Unlike the approaches that focus exclusively on the networking and inter-process communications (IPC) subsystems, our approach provides a general framework for solutions that can improve efficiency of the entire I/O subsystem.
    [Show full text]
  • Appendix M Historical Perspectives and References
    M.1 Introduction M-2 M.2 The Early Development of Computers (Chapter 1) M-2 M.3 The Development of Memory Hierarchy and Protection (Chapter 2 and Appendix B) M-9 M.4 The Evolution of Instruction Sets (Appendices A, J, and K) M-17 M.5 The Development of Pipelining and Instruction-Level Parallelism (Chapter 3 and Appendices C and H) M-27 M.6 The Development of SIMD Supercomputers, Vector Computers, Multimedia SIMD Instruction Extensions, and Graphical Processor Units (Chapter 4) M-45 M.7 The History of Multiprocessors and Parallel Processing (Chapter 5 and Appendices F, G, and I) M-55 M.8 The Development of Clusters (Chapter 6) M-74 M.9 Historical Perspectives and References M-79 M.10 The History of Magnetic Storage, RAID, and I/O Buses (Appendix D) M-84 M Historical Perspectives and References If … history … teaches us anything, it is that man in his quest for knowledge and progress is determined and cannot be deterred. John F. Kennedy Address at Rice University (1962) Those who cannot remember the past are condemned to repeat it. George Santayana The Life of Reason (1905), Vol. 2, Chapter 3 M-2 ■ Appendix M Historical Perspectives and References M.1 Introduction This appendix provides historical background on some of the key ideas presented in the chapters. We may trace the development of an idea through a series of machines or describe significant projects. If you are interested in examining the initial development of an idea or machine or are interested in further reading, references are provided at the end of each section.
    [Show full text]
  • Resource Management in a Multicore Operating System
    Research Collection Doctoral Thesis Resource management in a multicore operating system Author(s): Peter, Simon Publication Date: 2012 Permanent Link: https://doi.org/10.3929/ethz-a-007579246 Rights / License: In Copyright - Non-Commercial Use Permitted This page was generated automatically upon download from the ETH Zurich Research Collection. For more information please consult the Terms of use. ETH Library DISS.ETH NO. 20664 Resource Management in a Multicore Operating System A dissertation submitted to ETH ZURICH for the degree of Doctor of Sciences presented by SIMON PETER Diplom-Informatiker, Carl-von-Ossietzky Universität Oldenburg born October 13, 1981 citizen of Federal Republic of Germany accepted on the recommendation of Prof. Timothy Roscoe, examiner Prof. Steven Hand, co-examiner Prof. Gustavo Alonso, co-examiner Prof. Markus Püschel, co-examiner 2012 Abstract Trends in hardware design have led to processors with many cores on a single die, which present the opportunity for commodity com- puting to become increasingly parallel. These multicore architectures bring with them complex memory and cache hierarchies and processor interconnects. While the execution of batch parallel applications has been researched in the context of high-performance computing (HPC), commodity hardware is evolving at a faster pace than specialized su- percomputers and applications are interactive, requiring fast system response times and the ability to react to ad-hoc workload changes. Leveraging and managing the existing potential for parallelization thus presents a difficult challenge for the development of both commodity operating systems and application programs, which have to keep up with hardware developments and present nimble solutions. This dissertation presents the design and implementation of oper- ating system mechanisms to support the execution of a dynamic mix of interactive and parallel applications on commodity multicore com- puters.
    [Show full text]
  • Uva-DARE (Digital Academic Repository)
    UvA-DARE (Digital Academic Repository) On the construction of operating systems for the Microgrid many-core architecture van Tol, M.W. Publication date 2013 Document Version Final published version Link to publication Citation for published version (APA): van Tol, M. W. (2013). On the construction of operating systems for the Microgrid many-core architecture. General rights It is not permitted to download or to forward/distribute the text or part of it without the consent of the author(s) and/or copyright holder(s), other than for strictly personal, individual use, unless the work is under an open content license (like Creative Commons). Disclaimer/Complaints regulations If you believe that digital publication of certain material infringes any of your rights or (privacy) interests, please let the Library know, stating your reasons. In case of a legitimate complaint, the Library will make the material inaccessible and/or remove it from the website. Please Ask the Library: https://uba.uva.nl/en/contact, or a letter to: Library of the University of Amsterdam, Secretariat, Singel 425, 1012 WP Amsterdam, The Netherlands. You will be contacted as soon as possible. UvA-DARE is a service provided by the library of the University of Amsterdam (https://dare.uva.nl) Download date:09 Oct 2021 128.256.16-II MicroGrid MicroGrid 128.256.16-II MicroGrid OS v4.01 MicroGridv4.01 OS MicroGrid OS v2.1 OS MicroGrid MicroGrid 128.256.16-II MicroGrid OS MicroGrid v4.01 On the construction of operating systemsv2.1 OS MicroGrid for the Microgrid MicroGrid 128.256.16-II
    [Show full text]
  • A High-Bandwidth Cross-Domain Transfer Facility
    Fbufs: A High-Bandwidth Cross-Domain Transfer Facility Peter Druschel and Larry L. Peterson* Department of Computer Science University of Arizona Tucson, AZ 85721 Abstract be copied from one domain to another. This paper con- siders the complementary issue of increasing data transfer We have designed and implemented a new operating throughput—we are interested in I/O intensive applications system facility for 1/0 buffer management and data trans- that require significant amounts of data to be moved across fer across protection domain boundm-ies on shared memory protection boundaries. Such applications include real-time machines. This facility, called ~ast buffers (fbufs), com- video, digital image retrieval, and accessing large scientific bines virtual page remapping with shared virtual memory, data sets. and exploits locality in I/O traffic to achieve high through- put without compromising protection, security, or modular- Focusing more specifically on network I/0, we observe ity. Its goal is to help deliver the high bandwidth afforded that on the one hand emerging network technology will by emerging high-speed networks to user-level processes, soon offer sustained data rates approaching one gigabit per both in monolithic and microkernel-based operating sys- second to the end host, while on the other hand, the trend tems. towards microkernel-based operating systems leads to a This paper outlines the requirements for a cross-domain situation where the 1/0 data path may intersect multiple transfer facility, describes the design of the fbuf mechanism protection domains. The challenge is to turn good net- that meets these requirements, and experimentally quanti- work bandwidth into good application-to-application band- fies the impact of fbufs on network performance.
    [Show full text]
  • Ism Genmin Frd
    PROCEEDINGS VI · VI HOT EL, CALE DON 2 - 3 JULY 1991 VI � SPONSORE D - I BY VI ISM FRDV· GENMIN I VI EDITED BY VI M H Linck DEPARTMENT OF COMPUTER SCIENCE • UNIVERSITY OF CAPE TOWN I I PROCEEDINGS / KONGRESOPSOMMINGS 6th SOUTHERN AFRICAN COMPUTER SYMPOSI� 6de SUIDELIKE-AFRIKAANSE REKENAARSIMPOSIUM De Overberger Hotel, Caledon 2 - 3 JULY 1991 SPONSORED by ISM FRD GENMIN EDITED by MHLINCK Department of Computer Science University of Cape Town TABLE OF CONTENTS Foreword 1 Organising Committee 2 Referees 3 Program 5 Papers (In order of presentation) 9 "A value can belong to many types" BH Venter, University of FortHare 10 "A Transputer Based Embedded Controller Development System" MR Webster, R G Harley,DC Levy& DR Woodward, University of Natal 16 "Improving a Control and Sequencing Language" G Smit & CFair, University of Cape Town 25 "Design of an Object Orientated Framework/or Optimistic Parallel Simulation on Shared-Memory Computers" PMachanick, University of Witwatersrand 40 "Using Statecharts to Design and Specifythe GMA Direct-Manipulation User Interface" L vanZijl & D Mitton, University of Stellenbosch 51 "Product FormSolutions/or Multiserver Centres with Heirarchical Classesof Customers" A Krzesinski, University of Stellenboschand RSchassberger, TechnischeU niversitatBraunschweig 69 "A ReusableKernel for the Development of ControlSoftware" WFouche and Pde Villiers, University of Stellenbosch 83 "An Implementation of LindaTuple Space under the, Helios Operating System" PG Clayton, E P Wentworth, G C Wells andF deHeer-Menlah, Rhodes
    [Show full text]
  • INFORMATION to USERS This Manuscript Has Been Reproduced
    Operating system support for high-speed networking. Item Type text; Dissertation-Reproduction (electronic) Authors Druschel, Peter Publisher The University of Arizona. Rights Copyright © is held by the author. Digital access to this material is made possible by the University Libraries, University of Arizona. Further transmission, reproduction or presentation (such as public display or performance) of protected items is prohibited except with permission of the author. Download date 29/09/2021 12:17:24 Link to Item http://hdl.handle.net/10150/186828 INFORMATION TO USERS This manuscript has been reproduced from the microfilm master. UMI films the text directly from the original or copy submitted. Thus, some thesis and dissertation copies are in typewriter face, while others may be from any type of computer printer. The quality of this reproduction is dependent upon the quality of the copy submitted. Broken or indistinct print, colored or poor quality illustrations and photographs, print bleedthrough, substandard margins, and improper alignment can adversely affect reproduction. In the unlikely. event that the author did not send UMI a complete manuscript and there are missing pages, these will be noted. Also, if unauthorized copyright material had to be removed, a note will indicate the deletion. Oversize materials (e.g., maps, drawings, charts) are reproduced by sectioning the original, beginning at the upper left-hand corner and continuing from left to right in equal sections with small overlaps. Each original is also photographed in one exposure and is included in reduced form at the back of the book. Photographs included in the original manuscript have been reproduced xerograpbically in this copy.
    [Show full text]
  • Digital Equipment Corporation Records
    http://oac.cdlib.org/findaid/ark:/13030/c8t72p80 No online items Guide to the Digital Equipment Corporation records Finding aid prepared by Bo Doub, Kim Hayden, and Sara Chabino Lott Processing of this collection was made possible through generous funding from The Andrew W. Mellon Foundation, administered through the Council on Library and Information Resources' Cataloging Hidden Special Collections and Archives grant. Computer History Museum 1401 N. Shoreline Blvd. Mountain View, CA, 94043 (650) 810-1010 [email protected] April 2017 Guide to the Digital Equipment X2675.2004 1 Corporation records Title: Digital Equipment Corporation records Identifier/Call Number: X2675.2004 Contributing Institution: Computer History Museum Language of Material: English Physical Description: 1,239 Linear feet,611 record cartons, 357 manuscript boxes, 56 newspaper boxes, 169 periodical boxes, and 150 other box types Date (bulk): Bulk, 1957-1998 Date (inclusive): 1947-2002 Abstract: The Digital Equipment Corporation (DEC) records comprise DEC’s corporate archives, with material dating from 1947 to 2002. The bulk of the collection was collected and created during the company’s years of operation from 1957 to 1998. DEC, founded by engineers Ken Olsen and Harlan Anderson, was one of the largest and most successful computer companies in the industry’s history. Widely recognized for its PDP and VAX minicomputer product lines, by 1988 DEC was second only to IBM as the world’s largest computer company. This collection holds the papers of DEC’s executives, engineers, and personnel -- including the personal collections of founders Ken Olsen and Harlan Anderson. Also included are DEC’s administrative records and material relating to product development and engineering, with committee meeting minutes, correspondence, internal newsletters, product proposals, and engineering drawings.
    [Show full text]
  • DSM-PM2: Une Plate-Forme Portable Pour L'implémentation De Protocoles
    DSM-PM2 : une plate-forme portable pour l’implémentation de protocoles de cohérence multithreads pour systèmes à mémoire virtuellement partagée Gabriel Antoniu To cite this version: Gabriel Antoniu. DSM-PM2 : une plate-forme portable pour l’implémentation de protocoles de co- hérence multithreads pour systèmes à mémoire virtuellement partagée. Informatique [cs]. Ecole normale supérieure de lyon - ENS LYON, 2001. Français. tel-00565382 HAL Id: tel-00565382 https://tel.archives-ouvertes.fr/tel-00565382 Submitted on 12 Feb 2011 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. N d’ordre : 200 N bibliothèque : 01ENSL0200 ÉCOLE NORMALE SUPÉRIEURE DE LYON Laboratoire de l’Informatique du Parallélisme THÈSE pour obtenir le grade de Docteur de l’École Normale Supérieure de Lyon spécialité : Informatique au titre de l’école doctorale de MathIF présentée et soutenue publiquement le 21 novembre 2001 par Monsieur Gabriel ANTONIU DSM-PM2 : une plate-forme portable pour l’implémentation de protocoles de cohérence multithreads pour systèmes à mémoire virtuellement partagée Directeurs de thèse : Monsieur Luc BOUGÉ Monsieur Raymond NAMYST Après avis de : Monsieur Thierry PRIOL Monsieur Pierre SENS Devant la commission d’examen formée de : Monsieur Luc BOUGÉ, Membre Monsieur Denis CAROMEL, Membre Monsieur Raymond NAMYST, Membre Monsieur Thierry PRIOL, Membre et Rapporteur Monsieur Pierre SENS, Membre et Rapporteur Monsieur Jean-Bernard STEFANI, Membre À la mémoire de mes parents, Remerciements Ce manuscrit est le résultat de trois années de travail.
    [Show full text]
  • A Comparison of Basic CPU Multiprocessor UNIX
    A Comparison of Basic CPU Scheduling Algorithms for Multiprocessor UNIX Stephen Curran and Michael Stumm University of Toronto ABSTRACT: In this paper, we present the results of a simulation study comparing three basic algorithms that schedule independent tasks in multiprocessor versions of UNIX. Two of these algorithms, namely Central Queue and Initial Placement, are obvious extensions to the standard uniprocessor scheduling algorithm and are in use in a number of multipro- cessor systems. A third algorithm, Take, is a varia- tion on Initial Placement, where processors are allowed to raid the task queues of the other proces- sors. Our simulation results show the difference between the performance of the three algorithms to be small when scheduling a typical UNIX workload running on a small, bus-based, shared memory mul- tiprocessor. They also show that the Take algo- rithm performs best for those multiprocessors on which tasks incur overhead each time they migrate. In particular, the Take algorithm appears to be more stable than the other two algorithms under extreme conditions. @ Computing Systems, Vol. 3 'No. 4'Fall 1990 551 I. Introduction In this paper, we consider ways to organize and manage the ready tasks in a shared memory multiprocessor. The uniprocessor UNIX kernel uses a single priority queue for this purpose: A task is added to the ready queue behind all tasks ofhigher or equal prior- ity, and the CPU is allocated to the task with the highest priority which is at the head of the queue. For the shared memory mul- tiprocessor case, we consider three basic scheduling algorithms in a simulation study, and compare their behavior and performance in scheduling a UNIX workload of tasks.
    [Show full text]
  • Why Parallel Parallel Processors Types of Parallelism Historical
    Why Parallel Parallel Processors the greed for speed is a permanent malady ❏ The high end requires this approach 2 basic options: • DOE’s ASCI program for example ❏ Build a faster uniprocessor ❏ Advantages • advantages • leverage off the sweet spot technology • programs don’t need to change • huge partially unexplored set of options • compilers may need to change to take advantage of intra-CPU parallelism • disadvantages ❏ Disadvantages • improved CPU performance is very costly - we already see diminishing • software - optimized balance and change are required returns • very large memories are slow • overheads - a whole new set of organizational disasters are now possible ❏ Parallel Processors • today implemented as an ensemble of microprocessors • SAN style interconnect • large variation in how memory is treated University of Utah 1 CS6810 University of Utah 2 CS6810 School of Computing School of Computing Types of Parallelism Historical Perspective Note: many overlaps Table 1: Technology and Software and Representative Generation • lookahead & pipelining Architecture Applications Systems • vectorization First Vacuum tubes and relay Machine language ENIAC (1945 - 1954) memories - simple PC and Single user Princeton IAS • concurrency & simultaneity ACC Programmed I/O IBM 701 Second Discrete transistor Fortran & Cobol IBM 7090 • data and control parallelism (1955 - 1964) Core Memory Subroutine libraries CDC 1604 Floating point arith. Batch processing OS Univac LARC • partitioning & specialization I/O Processors Burroughs B5500 Third SSI
    [Show full text]