Arrakis: The Operating System Is the Control Plane
Arrakis: The Operating System Is the Control Plane
复制标题
DOI:
10.1145/2812806
复制
发表时间:
2016-01-01
影响因子:
1.5
通讯作者:
Roscoe, Timothy
中科院分区:
文献类型:
--
作者:
Peter, Simon;Li, Jialin;Roscoe, Timothy
Recent device hardware trends enable a new approach to the design of network server operating systems. In a traditional operating system, the kernel mediates access to device hardware by server applications to enforce process isolation as well as network and disk security. We have designed and implemented a new operating system, Arrakis, that splits the traditional role of the kernel in two. Applications have direct access to virtualized I/O devices, allowing most I/O operations to skip the kernel entirely, while the kernel is re-engineered to provide network and disk protection without kernel mediation of every operation. We describe the hardware and software changes needed to take advantage of this new abstraction, and we illustrate its power by showing improvements of 2 to 5x in latency and 9x throughput for a popular persistent NoSQL store relative to a well-tuned Linux implementation.