2016/04/05 by Gang Lu, Gang Lü, Jianfeng Zhan +18
Computer Science · #Advanced Data Storage Technologies #Cloud Computing and Resource Management #D.4.0 #D.4.6 #D.4.7 #FOS: Computer and information sciences #Operating Systems (cs.OS) #Parallel Computing and Optimization Techniques #cs.OS
paper · pdf · doi:10.48550/arxiv.1604.01378
14 pages, 13 figures, 5 tables
openalex publication_date 2016/04/05 · arxiv created 2017/10/26 · arxiv updated 2017/10/27 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
This paper presents the "isolate first, then share" OS model in which the processor cores, memory, and devices are divided up between disparate OS instances and a new abstraction, subOS, is proposed to encapsulate an OS instance that can be created, destroyed, and resized on-the-fly. The intuition is that this avoids shared kernel states between applications, which in turn reduces performance loss caused by contention. We decompose the OS into the supervisor and several subOSes running at the same privilege level: a subOS directly manages physical resources, while the supervisor can create, destroy, resize a subOS on-the-fly. The supervisor and subOSes have few state sharing, but fast inter-subOS communication mechanisms are provided on demand. We present the first implementation, RainForest, which supports unmodified Linux binaries. Our comprehensive evaluation shows RainForest outperforms Linux with four different kernels, LXC, and Xen in terms of worst-case and average performance most of time when running a large number of benchmarks. The source code is available soon.