Direct Inter-Process Communication (dIPC): Repurposing the CODOMs architecture to accelerate IPC
View/Open
Cita com:
hdl:2117/105003
Document typeConference report
Defense date2017
PublisherAssociation for Computing Machinery (ACM)
Rights accessOpen Access
All rights reserved. This work is protected by the corresponding intellectual and industrial
property rights. Without prejudice to any existing legal exemptions, reproduction, distribution, public
communication or transformation of this work are prohibited without permission of the copyright holder
Abstract
In current architectures, page tables are the fundamental mechanism that allows contemporary OSs to isolate user processes, binding each thread to a specific page table. A thread cannot therefore directly call another process's function or access its data; instead, the OS kernel provides data communication primitives and mediates process synchronization through inter-process communication (IPC) channels, which impede system performance. Alternatively, the recently proposed CODOMs architecture provides memory protection across software modules. Threads can cross module protection boundaries inside the same process using simple procedure calls, while preserving memory isolation. We present dIPC (for "direct IPC"), an OS extension that repurposes and extends the CODOMs architecture to allow threads to cross process boundaries. It maps processes into a shared address space, and eliminates the OS kernel from the critical path of inter-process communication. dIPC is 64.12× faster than local remote procedure calls (RPCs), and 8.87× faster than IPC in the L4 microkernel. We show that applying dIPC to a multi-tier OLTP web server improves performance by up to 5.12× (2.13× on average), and reaches over 94% of the ideal system efficiency.
CitationVilanova, L., Jordà, M., Navarro, N., Etsion, Y., Valero, M. Direct Inter-Process Communication (dIPC): Repurposing the CODOMs architecture to accelerate IPC. A: European Conference on Computer Systems. "Proceedings of the Twelfth European Conference on Computer Systems". Belgrade: Association for Computing Machinery (ACM), 2017, p. 16-31.
ISBN978-1-4503-4938-3
Publisher versionhttp://dl.acm.org/citation.cfm?id=3064197
Files | Description | Size | Format | View |
---|---|---|---|---|
dipc-eurosys17.pdf | 826,8Kb | View/Open |