Skip to main content
Back to USENIX
  • Conferences
  • Students
Sign in

USENIX Conference Policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

IO-Lite: A Unified I/O Buffering and Caching System

This paper presents the design, implementation, and evaluation of IO-Lite, a unified I/O buffering and caching system for general-purpose operating systems. IO-Lite unifies all buffering and caching in the system, to the extent permitted by the hardware. In particular, it allows applications, interprocess communication, the filesystem, the file cache, and the network subsystem to share a single physical copy of the data safely and concurrently. Protection and security are maintained through a combination of access control and read-only sharing. IO-Lite eliminates all copying and multiple buffering of I/O data, and enables various cross-subsystem optimizations. Experiments with a Web server on IO-Lite show performance improvements between 40 and 80% on real workloads.

Vivek S. Pai, Rice University

Peter Druschel, Rice University

Willy Zwaenepoel, Rice University

BibTeX
@inproceedings {271788,
author = {Vivek S. Pai and Peter Druschel and Willy Zwaenepoel},
title = {{IO-Lite}: A Unified {I/O} Buffering and Caching System},
booktitle = {3rd Symposium on Operating Systems Design and Implementation (OSDI 99)},
year = {1999},
address = {New Orleans, LA},
url = {https://www.usenix.org/conference/osdi-99/io-lite-unified-io-buffering-and-caching-system},
publisher = {USENIX Association},
month = feb
}
Download

Links

Paper: 
http://usenix.org/publications/library/proceedings/osdi99/full_papers/pai/pai.pdf
Paper (HTML): 
http://usenix.org/publications/library/proceedings/osdi99/full_papers/pai/pai_html/pai.html
  • Log in or register to post comments

© USENIX
EIN 13-3055038

  • Privacy Policy
  • Contact Us