view thesis/input/ipc-protocol.tex @ 187:7f4d97584a6f

wrote about work to do
author meillo@marmaro.de
date Mon, 29 Dec 2008 20:16:58 +0100
parents d75bd7a72d8b
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}