Show simple item record

Fleets: Scalable Services in a Factored Operating System

dc.date.accessioned2011-03-09T18:45:21Z
dc.date.accessioned2018-11-26T22:26:33Z
dc.date.available2011-03-09T18:45:21Z
dc.date.available2018-11-26T22:26:33Z
dc.date.issued2011-03-09
dc.identifier.urihttp://hdl.handle.net/1721.1/61640
dc.identifier.urihttp://repository.aust.edu.ng/xmlui/handle/1721.1/61640
dc.description.abstractCurrent monolithic operating systems are designed for uniprocessor systems, and their architecture reflects this. The rise of multicore and cloud computing is drastically changing the tradeoffs in operating system design. The culture of scarce computational resources is being replaced with one of abundant cores, where spatial layout of processes supplants time multiplexing as the primary scheduling concern. Efforts to parallelize monolithic kernels have been difficult and only marginally successful, and new approaches are needed. This paper presents fleets, a novel way of constructing scalable OS services. With fleets, traditional OS services are factored out of the kernel and moved into user space, where they are further parallelized into a distributed set of concurrent, message-passing servers. We evaluate fleets within fos, a new factored operating system designed from the ground up with scalability as the first-order design constraint. This paper details the main design principles of fleets, and how the system architecture of fos enables their construction. We describe the design and implementation of three critical fleets (network stack, page allocation, and file system) and compare with Linux. These comparisons show that fos achieves superior performance and has better scalability than Linux for large multicores; at 32 cores, fos's page allocator performs 4.5 times better than Linux, and fos's network stack performs 2.5 times better. Additionally, we demonstrate how fleets can adapt to changing resource demand, and the importance of spatial scheduling for good performance in multicores.en_US
dc.format.extent13 p.en_US
dc.subjectmulticoreen_US
dc.subjectscalable operating systemen_US
dc.titleFleets: Scalable Services in a Factored Operating Systemen_US


Files in this item

FilesSizeFormatView
MIT-CSAIL-TR-2011-012.pdf836.9Kbapplication/pdfView/Open

This item appears in the following Collection(s)

Show simple item record