Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
Medientyp
Sprache
Region
Bibliothek
Erscheinungszeitraum
Person/Organisation
Fachgebiete(RVK)
  • 1
    Buch
    Buch
    New York City, NY : ACM, Association for Computing Machinery
    UID:
    gbv_1681100630
    Umfang: xx, 345 Seiten , Illustrationen, Diagramme
    Ausgabe: First edition
    ISBN: 9781450372718 , 9781450372701
    Serie: ACM books 29
    Anmerkung: Literaturverzeichnis: Seiten 319-333
    Weitere Ausg.: ISBN 9781450372732
    Weitere Ausg.: ISBN 9781450372725
    Sprache: Englisch
    Fachgebiete: Informatik
    RVK:
    Schlagwort(e): Lamport, Leslie 1941- ; Nebenläufigkeit ; Gleichzeitigkeit ; Informatik
    Mehr zum Autor: Lamport, Leslie 1941-
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    San Rafael :Morgan & Claypool Publishers,
    UID:
    edocfu_9961565884502883
    Umfang: 1 online resource (367 pages)
    ISBN: 1-4503-7273-2
    Inhalt: This book is a celebration of Leslie Lamport's work on concurrency, interwoven in four-and-a-half decades of an evolving industry: from the introduction of the first personal computer to an era when parallel and distributed multiprocessors are abundant. His works lay formal foundations for concurrent computations executed by interconnected computers. Some of the algorithms have become standard engineering practice for fault tolerant distributed computing - distributed systems that continue to function correctly despite failures of individual components. He also developed a substantial body of work on the formal specification and verification of concurrent systems, and has contributed to the development of automated tools applying these methods.
    Anmerkung: Intro -- Contents -- Preface -- Photo and Text Credits -- Introduction -- The Computer Science of Concurrency: The Early Years -- PART I. TECHNICAL PERSPECTIVES ON LAMPORT'SWORK -- 1. Shared Memory and the Bakery Algorithm -- 2. The Notions of Time and Global State in a Distributed System -- 3. Byzantine Faults -- 4. State Machine Replication with Benign Failures -- 5. Formal Specification and Verification -- 6. Biography -- PART II. SELECTED PAPERS -- A New Solution of Dijkstra's Concurrent Programming Problem -- Clocks, and the Ordering of Events in a Distributed System -- How to Make a Multiprocessor Computer That Correctly Executes Multiprocess Programs -- The Byzantine Generals Problem -- The Mutual Exclusion Problem: Part I-A Theory of Interprocess Communication -- The Mutual Exclusion Problem: Part II-Statement and Solutions -- The Part-Time Parliament -- References -- Index -- Biographies -- Blank Page.
    Sprache: Englisch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    San Rafael :Association for Computing Machinery,
    UID:
    almahu_9949767319802882
    Umfang: 1 online resource (367 pages)
    Ausgabe: 1st ed.
    ISBN: 9781450372732
    Serie: ACM Bks.
    Inhalt: This book is a celebration of Leslie Lamport's work on concurrency, interwoven in four-and-a-half decades of an evolving industry: from the introduction of the first personal computer to an era when parallel and distributed multiprocessors are abundant. His works lay formal foundations for concurrent computations executed by interconnected computers. Some of the algorithms have become standard engineering practice for fault tolerant distributed computing - distributed systems that continue to function correctly despite failures of individual components. He also developed a substantial body of work on the formal specification and verification of concurrent systems, and has contributed to the development of automated tools applying these methods. Part I consists of technical chapters of the book and a biography. The technical chapters of this book present a retrospective on Lamport's original ideas from experts in the field. Through this lens, it portrays their long-lasting impact. The chapters cover timeless notions Lamport introduced: the Bakery algorithm, atomic shared registers and sequential consistency; causality and logical time; Byzantine Agreement; state machine replication and Paxos; temporal logic of actions (TLA). The professional biography tells of Lamport's career, providing the context in which his work arose and broke new grounds, and discusses LaTeX - perhaps Lamport's most influential contribution outside the field of concurrency. This chapter gives a voice to the people behind the achievements, notably Lamport himself, and additionally the colleagues around him, who inspired, collaborated, and helped him drive worldwide impact. Part II consists of a selection of Leslie Lamport's most influential papers. This book touches on a lifetime of contributions by Leslie Lamport to the field of concurrency and on the extensive influence he
    Inhalt: had on people working in the field. It will be of value to historians of science, and to researchers and students who work in the area of concurrency and who are interested to read about the work of one of the most influential researchers in this field.
    Anmerkung: Intro -- Contents -- Preface -- Photo and Text Credits -- Introduction -- The Computer Science of Concurrency: The Early Years -- PART I. TECHNICAL PERSPECTIVES ON LAMPORT'SWORK -- 1. Shared Memory and the Bakery Algorithm -- 2. The Notions of Time and Global State in a Distributed System -- 3. Byzantine Faults -- 4. State Machine Replication with Benign Failures -- 5. Formal Specification and Verification -- 6. Biography -- PART II. SELECTED PAPERS -- A New Solution of Dijkstra's Concurrent Programming Problem -- Clocks, and the Ordering of Events in a Distributed System -- How to Make a Multiprocessor Computer That Correctly Executes Multiprocess Programs -- The Byzantine Generals Problem -- The Mutual Exclusion Problem: Part I-A Theory of Interprocess Communication -- The Mutual Exclusion Problem: Part II-Statement and Solutions -- The Part-Time Parliament -- References -- Index -- Biographies -- Blank Page.
    Weitere Ausg.: Print version: Malkhi, Dahlia Concurrency San Rafael : Association for Computing Machinery,c2019 ISBN 9781450372718
    Sprache: Englisch
    Schlagwort(e): Electronic books.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Buch
    Buch
    [New York, NY, USA] :Association for Computing Machinery;
    UID:
    almahu_9948389559502882
    Umfang: 1 PDF (xx, 345 pages) , LuaTEX
    Ausgabe: First Edition
    ISBN: 3335772 , 9781450372732 , 9781450372725
    Serie: ACM books, #29
    Anmerkung: PART I TECHNICAL PERSPECTIVES ON LAMPORT'S WORK , 1 Shared Memory and the Bakery Algorithm -- 1.1 Introduction -- 1.2 Flavors of the Bakery Algorithm -- 1.2.1 The Mutual Exclusion Problem -- 1.2.2 The Bakery Algorithm -- 1.2.3 Weakening the Shared Variables -- 1.3 A Plethora of Registers -- 1.3.1 Increasing the Number of Readers -- 1.3.2 Increasing the Number of Values -- 1.3.3 Strengthening the Consistency Condition -- 1.3.4 Increasing the Number of Writers -- 1.4 A New Model for Describing Concurrency -- 1.5 Sequential Consistency , 2 The Notions of Time and Global State in a Distributed System -- 2.1 Introduction -- 2.2 The Notion of Logical Time -- 2.2.1 Causality and Logical Time -- 2.2.2 An Algorithm to Capture Causality -- 2.2.3 Impact of Logical Time -- 2.3 The Distributed State Machine Abstraction -- 2.3.1 SMR Algorithm -- 2.3.2 Impact of the Distributed State Machine Abstraction -- 2.4 The Notion of Distributed Global State -- 2.4.1 The Distributed Snapshot Algorithm -- 2.4.2 Impact of Distributed Global State -- 2.5 Conclusion , 3 Byzantine Faults -- 3.1 Introduction -- 3.2 Byzantine Agreement -- 3.2.1 Definitions -- 3.2.2 Implementations -- 3.3 Byzantine Clock Synchronization -- 3.4 Digital Signatures , 4 State Machine Replication with Benign Failures -- 4.1 Active versus Passive Replication -- 4.2 A Brief Review of State Machine Replication -- 4.3 Benign System Models -- 4.4 SMR Protocol Basics -- 4.5 Early Asynchronous Consensus Protocols -- 4.5.1 Ben-Or -- 4.5.2 Dwork, Lynch, and Stockmeyer -- 4.6 Paxos -- 4.6.1 Read-Only Commands -- 4.6.2 Discussion -- 4.7 Dynamic Reconfiguration , 5 Formal Specification and Verification -- 5.1 Introduction -- 5.2 The Temporal Logic of Actions -- 5.2.1 The Genesis of TLA -- 5.2.2 The Logic TLA -- 5.2.3 Refinement, Hiding, and Composition -- 5.3 The Specification Language TLA+ -- 5.3.1 Overall Design of TLA+ -- 5.3.2 A Glimpse of TLA+ -- 5.3.3 Composing Modules -- 5.4 PlusCal : An Algorithm Language -- 5.5 Tool Support -- 5.5 Tool Support -- 5.5.1 The Model Checker TLC -- 5.5.2 The tla + Proof System -- 5.5.3 The TLA+ Toolbox -- 5.6 Impact , 6 Biography -- 6.1 Early Years -- 6.2 Education and Early Employment -- 6.3 The COMPASS Years (1970-1977) -- 6.4 The SRI Years (1977-1985) -- 6.5 The DEC/Compaq Years (1985-2001) -- 6.6 The Microsoft Years (2001-) -- 6.7 Honors -- 6.8 Collegial Influences , PART II SELECTED PAPERS , A New Solution of Dijkstra's Concurrent Programming Problem -- Introduction -- The Algorithm -- Proof of Correctness -- Further Remarks -- Conclusion -- References , Time, Clocks, and the Ordering of Events in a Distributed System -- Introduction -- The Partial Ordering -- Logical Clocks -- Ordering the Events Totally -- Anomalous Behavior -- Physical Clocks -- Conclusion -- Appendix -- References , How to Make a Multiprocessor Computer That Correctly Executes Multiprocess Programs -- References , The Byzantine Generals Problem -- 1 Introduction -- 2 Impossibility Results -- 3 A Solution with Oral Messages -- 4 A Solution with Signed Messages -- 5 Missing Communication Paths -- 6 Reliable Systems -- 7 Conclusion -- References , The Mutual Exclusion Problem: Part I-A Theory of Interprocess Communication -- Abstract -- 1 Introduction -- 2 The Model -- 2.1 Physical Considerations -- 2.2 System Executions -- 2.3 Higher-Level Views -- 3 Interprocess Communication -- 4 Processes -- 5 Multiple-Reader Variables -- 6 Discussion of the Assumptions -- 7 Conclusion -- Acknowledgments -- References , The Mutual Exclusion Problem: Part II-Statement and Solutions -- Abstract -- 1 Introduction -- 2 The Problem -- 2.1 Basic Requirements -- 2.2 Fairness Requirements -- 2.3 Premature Termination -- 2.4 Failure -- 3 The Solutions -- 3.1 The Mutual Exclusion Protocol -- 3.2 The One-Bit Solution -- 3.3 A Digression -- 3.4 The Three-Bit Algorithm --3.5 FCFS Solutions -- 4 Conclusion -- References , The Part-Time Parliament -- 1 The Problem -- 1.1 The Island of Paxos -- 1.2 Requirements -- 1.3 Assumptions -- 2 The Single-Decree Synod -- 2.1 Mathematical Results -- 2.2 The Preliminary Protocol -- 2.3 The Basic Protocol -- 2.4 The Complete Synod Protocol -- 3 The Multidecree Parliament -- 3.1 The Protocol -- 3.2 Properties of the Protocol -- 3.2.1 Definitions -- 3.2.2 Behind Closed Doors -- 3.3 Further Developments -- 3.3.1 Picking a President -- 3.3.2 Long Ledgers -- 3.3.3 Bureaucrats -- 3.3.4 Learning the Law -- 3.3.5 Dishonest Legislators and Honest Mistakes -- 3.3.6 Choosing New Legislators -- 4 Relevance to Computer Science -- 4.1 The State Machine Approach -- 4.2 Commit Protocols -- A.1 The Basic Protocol -- A.2 Proof of Consistency -- Acknowledgments -- References , References , Index , Biographies , Also available in print. , Mode of access: World Wide Web , System requirements: Adobe Acrobat Reader
    Weitere Ausg.: Print version: ISBN 9781450372701
    Weitere Ausg.: ISBN 9781450372718
    Sprache: Englisch
    Schlagwort(e): Electronic books.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Meinten Sie 9781450327732?
Meinten Sie 9781450377232?
Meinten Sie 9781450301732?
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie auf den KOBV Seiten zum Datenschutz