4,578 research outputs found

    Annotated Bibliography: Anticipation

    Get PDF

    The Beginnings of a Small Ethiopian, Organizational Leadership Library Collaborative

    Full text link
    An Azusa Pacific University Reference Librarian describes the logistical, cultural, and spiritual aspects of a library building journey to Ethiopia which brought the means for a successful implementation of a new small academic library to hundreds of university students in the African country. Discusses the positive impact of the Christian global community on the university’s global distributed learning programs, the academic program in Ethiopia included well-attended Organizational Leadership courses through the university’s Operation Impact Program supported by the new library

    An abstract machine for parallel graph reduction

    Get PDF
    technical reportAn abstract machine suitable for parallel graph reduction on a shared memory multiprocessor is described. Parallel programming is plagued with subtle race conditions resulting in deadlock or fatal system errors. Due to the nondeterministic nature of program execution the utilization of resources may vary from one run to another. The abstract machine has been designed for the efficient execution of normal order functional languages. The instructions proposed related to parallel activity are sensitive to load conditions and the current utilization of resources on the machine. The novel aspect of the architecture is the very simple set of instructions needed to control the complexities of parallel execution. This is an important step towards building a compiler for multiprocessor machines and to further language research in this area. Sample test programs hand coded in this instruction set show good performance on our 18 node BBN Butterfly as compared to a VAX 8600

    When greediness fails: Examples from stochastic scheduling

    Get PDF
    The purpose of this paper is to present examples which show that deterministic and stochastic scheduling problems often have a surprisingly different behavior. In particular, it demonstrates some seemingly counterintuitive properties of optimal scheduling policies for stochastic machine scheduling problems.Economics ;

    SEUSS: rapid serverless deployment using environment snapshots

    Full text link
    Modern FaaS systems perform well in the case of repeat executions when function working sets stay small. However, these platforms are less effective when applied to more complex, large-scale and dynamic workloads. In this paper, we introduce SEUSS (serverless execution via unikernel snapshot stacks), a new system-level approach for rapidly deploying serverless functions. Through our approach, we demonstrate orders of magnitude improvements in function start times and cacheability, which improves common re-execution paths while also unlocking previously-unsupported large-scale bursty workloads.Published versio
    corecore