view thesis/input/ipc-protocol.tex @ 180:d75bd7a72d8b

wrote about IPC, drawed picture of new arch
author meillo@marmaro.de
date Sat, 27 Dec 2008 19:25:06 +0100
parents
children 172545b47e40
line wrap: on
line source

% ipc-protocol

\begin{verbatim}

 +---+ connect  +---+  0  +---+ send  +---+  0  +---+
 | B |--------->| W |---->|   |------>| W |---->| S |
 +---+ attempt  +---+     +---+ data  +---+     +---+
                  |                     |
                  | 1                   | 1
                  V                     V
                +---+                 +---+
                | E |                 | E |
                +---+                 +---+

B: begin
W: wait
E: error
S: success
\end{verbatim}