Skip to main content

previous disabled Page of 2
and
  1. No Access

    Chapter

    Water Management and Cottonwood Forest Dynamics Along Prairie Streams

    Because riparian ecosystems are the principal natural forest in the prairie, they provide important habitat for many vertebrates (Brinson et al. 1981). Thus changes in the abundance and patterns of riparian fo...

    Jonathan M. Friedman, Michael L. Scott in Ecology and Conservation of Great Plains V… (1997)

  2. No Access

    Chapter and Conference Paper

    InterWeave: A Middleware System for Distributed Shared State

    As an alternative to message passing, Rochester’s InterWeave sys- tem allows the programmer to map shared segments into programs spread across heterogeneous, distributed machines. InterWeave represents a merge...

    DeQing Chen, Sandhya Dwarkadas in Languages, Compilers, and Run-Time Systems… (2000)

  3. No Access

    Chapter and Conference Paper

    Nonblocking Concurrent Data Structures with Condition Synchronization

    We apply the classic theory of linearizability to operations that must wait for some other thread to establish a precondition. We model such an operation as a request and a follow-up, each with its own linearizat...

    William N. Scherer III, Michael L. Scott in Distributed Computing (2004)

  4. No Access

    Chapter and Conference Paper

    Preemption Adaptivity in Time-Published Queue-Based Spin Locks

    The proliferation of multiprocessor servers and multithreaded applications has increased the demand for high-performance synchronization. Traditional scheduler-based locks incur the overhead of a full context ...

    Bijun He, William N. Scherer III in High Performance Computing – HiPC 2005 (2005)

  5. No Access

    Chapter and Conference Paper

    Adaptive Software Transactional Memory

    Software Transactional Memory (STM) is a generic synchronization construct that enables automatic conversion of correct sequential objects into correct nonblocking concurrent objects. Recent STM systems, though s...

    Virendra J. Marathe, William N. Scherer III, Michael L. Scott in Distributed Computing (2005)

  6. No Access

    Chapter and Conference Paper

    Conflict Detection and Validation Strategies for Software Transactional Memory

    In a software transactional memory (STM) system, conflict detection is the problem of determining when two transactions cannot both safely commit. Validation is the related problem of ensuring that a transaction ...

    Michael F. Spear, Virendra J. Marathe, William N. Scherer III in Distributed Computing (2006)

  7. No Access

    Chapter and Conference Paper

    Transaction Safe Nonblocking Data Structures

    This brief announcement focuses on interoperability of software transactions with ad hoc nonblocking algorithms. Specifically, we modify arbitrary nonblocking operations so that (1) they can be used both insid...

    Virendra J. Marathe, Michael F. Spear, Michael L. Scott in Distributed Computing (2007)

  8. No Access

    Chapter and Conference Paper

    Ordering-Based Semantics for Software Transactional Memory

    It has been widely suggested that memory transactions should behave as if they acquired and released a single global lock. Unfortunately, this behavior can be expensive to achieve, particularly when—as in the ...

    Michael F. Spear, Luke Dalessandro in Principles of Distributed Systems (2008)

  9. No Access

    Chapter and Conference Paper

    Fastpath Speculative Parallelization

    We describe Fastpath, a system for speculative parallelization of sequential programs on conventional multicore processors. Our system distinguishes between the lead thread, which executes at almost-native speed,...

    Michael F. Spear, Kirk Kelsey, Tongxin Bai in Languages and Compilers for Parallel Compu… (2010)

  10. No Access

    Chapter and Conference Paper

    Transactions as the Foundation of a Memory Consistency Model

    We argue that traditional synchronization objects, such as locks, conditions, and atomic/volatile variables, should be defined in terms of transactions, rather than the other way around. A traditional critical se...

    Luke Dalessandro, Michael L. Scott, Michael F. Spear in Distributed Computing (2010)

  11. No Access

    Chapter and Conference Paper

    Toward a Formal Semantic Framework for Deterministic Parallel Programming

    Deterministic parallelism has become an increasingly attractive concept: a deterministic parallel program may be easier to construct, debug, understand, and maintain. However, there exist many different defini...

    Li Lu, Michael L. Scott in Distributed Computing (2011)

  12. No Access

    Chapter

    Read-mostly Atomicity

    In Chapter 4 we considered the topic of busy-wait mutual exclusion, which achieves atomicity by allowing only one thread at a time to execute a critical section. While mutual exclusion is sufficient to ensure ...

    Michael L. Scott in Shared-Memory Synchronization (2013)

  13. No Access

    Chapter

    Introduction

    In computer science, as in real life, concurrency makes it much more difficult to reason about events. In a linear sequence, if E1 occurs before E2, which occurs before E3, and so on, we can reason about each eve...

    Michael L. Scott in Shared-Memory Synchronization (2013)

  14. No Access

    Chapter

    Busy-wait Synchronization with Conditions

    In Chapter 1 we suggested that almost all synchronization serves to achieve either atomicity or condition synchronization. Chapter 4 considered spin-based atomicity. The current chapter considers spin-based co...

    Michael L. Scott in Shared-Memory Synchronization (2013)

  15. No Access

    Chapter

    Synchronization and Scheduling

    So far in this lecture, we have emphasized busy-wait synchronization. In the current chapter we turn to mechanisms built on top of a scheduler, which multiplexes some collection of cores among a (typically larger...

    Michael L. Scott in Shared-Memory Synchronization (2013)

  16. No Access

    Chapter

    Transactional Memory

    Transactional memory (TM) is among the most active areas of recent synchronization research, with literally hundreds of papers published over the past ten years. The current chapter attempts to outline the sha...

    Michael L. Scott in Shared-Memory Synchronization (2013)

  17. No Access

    Chapter

    Architectural Background

    The correctness and performance of synchronization algorithms depend crucially on architectural details of multicore and multiprocessor machines. This chapter provides an overview of these details. It can be s...

    Michael L. Scott in Shared-Memory Synchronization (2013)

  18. No Access

    Chapter

    Practical Spin Locks

    The mutual exclusion problem was first identified in the early 1960s. Dijkstra attributes the first 2-thread solution to Theodorus Dekker [Dijkstra, 1968b]. Dijkstra himself published an n-thread solution in 1965...

    Michael L. Scott in Shared-Memory Synchronization (2013)

  19. No Access

    Chapter

    Nonblocking Algorithms

    When devising a concurrent data structure, we typically want to arrange for methods to be atomic—most often linearizable (Section 3.1.2). Most concurrent algorithms achieve atomicity by means of mutual exclusi...

    Michael L. Scott in Shared-Memory Synchronization (2013)

  20. No Access

    Chapter and Conference Paper

    Generic Multiversion STM

    Multiversion software transactional memory (STM) allows a transaction to read old values of a recently updated object, after which the transaction may serialize before transactions that committed earlier in physi...

    Li Lu, Michael L. Scott in Distributed Computing (2013)

previous disabled Page of 2