Subject: Re: Doors
To: Jens Wiklander <jnilsson@ludd.ltu.se>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-kern
Date: 05/12/2007 14:03:24
On Sat, 12 May 2007, Jens Wiklander wrote:
> What about the fast switches between the client and the server? I
> don't have any ideas yet.

Stevens' Network Programming explains doors in detail: IIRC the key 
feature of doors is to startup clients from an server easily as in RPCs on 
the same host, but that in contrast to the processes used there, the 
architecture uses threads.


  - Hubert