Book description
The key to client/server computing.Transaction processing techniques are deeply ingrained in the fields ofdatabases and operating systems and are used to monitor, control and updateinformation in modern computer systems. This book will show you how large,distributed, heterogeneous computer systems can be made to work reliably.Using transactions as a unifying conceptual framework, the authors show howto build high-performance distributed systems and high-availabilityapplications with finite budgets and risk.
The authors provide detailed explanations of why various problems occur aswell as practical, usable techniques for their solution. Throughout the book,examples and techniques are drawn from the most successful commercial andresearch systems. Extensive use of compilable C code fragments demonstratesthe many transaction processing algorithms presented in the book. The bookwill be valuable to anyone interested in implementing distributed systemsor client/server architectures.
Table of contents
- Cover image
- Title page
- Table of Contents
- The Morgan Kaufmann Series in Data Management Systems
- Copyright
- Foreword
- Preface
- PART ONE: The Basics of Transaction Processing
-
PART TWO: The Basics of Fault Tolerance
-
Chapter 3: Fault Tolerance
- 3.1 Introduction
- 3.2 Definitions
- 3.3 Empirical Studies
- 3.4 Typical Module Failure Rates
- 3.5 Hardware Approaches to Fault Tolerance
- 3.6 Software Is the Problem
- 3.7 Fault Model and Software Fault Masking
- 3.8 General Principles
- 3.9 A Cautionary Tale—System Delusion
- 3.10 Summary
- 3.11 Historical Notes
- Exercises
- Answers
-
Chapter 3: Fault Tolerance
-
PART THREE: Transaction-Oriented Computing
-
Chapter 4: Transaction Models
- 4.1 Introduction
- 4.2 Atomic Actions and Flat Transactions
- 4.3 Spheres of Control
- 4.4 A Notation for Explaining Transaction Models
- 4.5 Flat Transaction with Savepoints
- 4.6 Chained Transactions
- 4.7 Nested Transactions
- 4.8 Distributed Transactions
- 4.9 Multi-Level Transactions
- 4.10 Open Nested Transactions
- 4.11 Long-Lived Transactions
- 4.12 Exotics
- 4.13 Summary
- 4.14 Historical Notes
- Exercises
- Answers
- Chapter 5: Transaction Processing Monitors: An Overview
- Chapter 6: Transaction Processing Monitors
-
Chapter 4: Transaction Models
-
PART FOUR: Concurrency Control
-
Chapter 7: Isolation Concepts
- 7.1 Overview
- 7.2 Introduction to Isolation
- 7.3 The Dependency Model of Isolation
- 7.4 Isolation: The Application Programmer’s View
- 7.5 Isolation Theorems
- 7.6 Degrees of Isolation
- 7.7 Phantoms and Predicate Locks
- 7.8 Granular Locks
- 7.9 Locking Heuristics
- 7.10 Nested Transaction Locking
- 7.11 Scheduling and Deadlock
- 7.12 Exotics
- 7.13 Summary
- 7.14 Historical Notes
- Exercises
- Answers
- Chapter 8: Lock Implementation
-
Chapter 7: Isolation Concepts
- PART FIVE: Recovery
- PART SIX: Transactional File System: A Sample Resource Manager
- PART SEVEN: System Surveys
- PART EIGHT: Addenda
Product information
- Title: Transaction Processing
- Author(s):
- Release date: September 1992
- Publisher(s): Morgan Kaufmann
- ISBN: 9780080519555
You might also like
book
Patterns of Distributed Systems
A Patterns Approach to Designing Distributed Systems and Solving Common Implementation Problems More and more enterprises …
book
Practical Process Automation
In today's IT architectures, microservices and serverless functions play increasingly important roles in process automation. But …
book
Observability Engineering
Observability is critical for building, changing, and understanding the software that powers complex modern systems. Teams …
book
Designing Distributed Systems
Without established design patterns to guide them, developers have had to build distributed systems from scratch, …