Design and Implementation of Doors API for Linux

Nikita Yurievich Danilov

NikitaDanilov@Yahoo.COM
  

This document describes design and implementation of LDoors: Doors API in the Linux kernel. Important feature of LDoors is that door invocations are served without creation of new threads, thus hoping to reach better scalability.


Table of Contents
1. Introduction
2. Design
Representation
Invocation
Manipulation
3. Implementation