Zobrazeno 1 - 10
of 48
pro vyhledávání: '"John Ousterhout"'
Autor:
John Ousterhout
Publikováno v:
Communications of the ACM. 61:74-83
Performance measurements often go wrong, reporting surface-level results that are more marketing than science.
Autor:
John Ousterhout
Mit durchdachtem Softwaredesign zu besserem Code US-Bestseller des renommierten Stanford-Professors John Ousterhout kombiniert eingängige Codebespiele (v.a. Java & C++) und High-Level-Konzepte, durch die Sie Ihr Verständnis von Softwaredesign deutl
Autor:
John Ousterhout
Publikováno v:
IEEE Spectrum. 52:34-40
When it comes to computer storage, the magnetic disk has been top dog for almost half a century. The first commercial disks appeared in 1956, and by the early 1970s their cost and capacity had improved to the point where they began to replace magneti
Autor:
Stephen M. Rumble, David Mazières, Christos Kozyrakis, Subhasish Mitra, Ryan Stutsman, John Ousterhout, Guru Parulkar, Diego Ongaro, David Erickson, Aravind Narayanan, Eric Stratmann, Jacob Leverich, Parag Agrawal, Mendel Rosenblum
Publikováno v:
Communications of the ACM. 54:121-130
With scalable high-performance storage entirely in DRAM, RAMCloud will enable a new breed of data-intensive applications.
Autor:
John Ousterhout, Mendel Rosenblum, Subhasish Mitra, Ryan Stutsman, David Erickson, Guru Parulkar, Aravind Narayanan, Stephen M. Rumble, Jacob Leverich, Parag Agrawal, Eric Stratmann, Christos Kozyrakis, David Mazières
Publikováno v:
ACM SIGOPS Operating Systems Review. 43:92-105
Disk-oriented approaches to online storage are becoming increasingly problematic: they do not scale gracefully to meet the needs of large-scale Web applications, and improvements in disk capacity have far outstripped improvements in access latency an
Publikováno v:
SOSP
Linearizability is the strongest form of consistency for concurrent systems, but most large-scale storage systems settle for weaker forms of consistency. RIFL provides a general-purpose mechanism for converting at-least-once RPC semantics to exactly-
Autor:
John Ousterhout
Publikováno v:
Computer. 31:23-30
A fundamental change is occurring in the way people write computer programs, away from system programming languages such as C or C++ to scripting languages such as Perl or Tcl. Although many people are participating in the change, few realize that th
Autor:
John H. Hartman, John Ousterhout
Publikováno v:
SOSP
This paper presents the design of Zebra, a striped network file system. Zebra applies ideas from log-structured file system (LFS) and RAID research to network file systems, resulting in a network file system that has scalable performance, uses its se
Publikováno v:
SOSP
RAMCloud is a DRAM-based storage system that provides inexpensive durability and availability by recovering quickly after crashes, rather than storing replicas in DRAM. RAMCloud scatters backup data across hundreds or thousands of disks, and it harne
Autor:
John Ousterhout, Mendel Rosenblum
Publikováno v:
ACM Transactions on Computer Systems. 10:26-52
This paper presents a new technique for disk storage management called alog-structured file system. A log-structured file system writes all modifications to disk sequentially in a log-like structure, thereby speeding up both file writing and crash re