53 research outputs found

    Vitamin D and its role in psoriasis: An overview of the dermatologist and nutritionist

    Get PDF

    Lobar hemorrhage in the elderly. The undiminishing importance of hypertension.

    No full text

    Alternatives to two classic data structures

    No full text

    Involvement of Women and Minorities in the urban Forestry Profession

    No full text
    Abstract. We present a linearizable, non-blocking k-ary search tree (k-ST) that supports fast searches and range queries. Our algorithm uses single-word compare-and-swap (CAS) operations, and tolerates any number of crash failures. Performance experiments show that, for workloads containing small range queries, our k-ST significantly outperforms other algorithms which support these operations, and rivals the performance of a leading concurrent skip-list, which provides range queries that cannot always be linearized. 1 Introduction and Related Work The ordered set abstract data type (ADT) represents a set of keys drawn from an ordered universe, and supports three operations: Insert(key), Delete(key), and Find(key). We add to these an operation RangeQuery(a, b), where a ≤ b, which returns all keys in the closed interval [a, b]. This is useful for variou

    Nuclear Ribonucleases

    No full text

    Coda: A Highly Available File System for a Distributed Workstation Environment

    Get PDF
    Abstract- Coda is a file system for a large-scale distributed computing environment composed of Unix workstations. It provides resiliency to server and network failures through the use of two distinct but complementary mechanisms. One mechanism, server replication,stores copies of a file at multiple servers. The other mechanism, disconnected operation, is a mode of execution in which a caching site temporarily assumes the role of a replication site. Disconnected operation is particularly useful for supporting portable workstations. The design of Coda optimizes for availability and performance, and strives to provide the highest degree of consistency attainable in the light of these objectives. Measurements from a prototype show that the performance cost of providing high availability in Coda is reasonable. Index Terms- Andrew, availability, caching, disconnected operation, distributed file system, performance, portable computers, scalability, server replication. I
    corecore