Mercurial > docs > diploma
annotate thesis/input/ipc-protocol.tex @ 200:2e006e8f5250
rewrote much and wrote result and more (ch04)
author | meillo@marmaro.de |
---|---|
date | Wed, 31 Dec 2008 17:28:42 +0100 |
parents | d75bd7a72d8b |
children | 172545b47e40 |
rev | line source |
---|---|
180 | 1 % ipc-protocol |
2 | |
3 \begin{verbatim} | |
4 | |
5 +---+ connect +---+ 0 +---+ send +---+ 0 +---+ | |
6 | B |--------->| W |---->| |------>| W |---->| S | | |
7 +---+ attempt +---+ +---+ data +---+ +---+ | |
8 | | | |
9 | 1 | 1 | |
10 V V | |
11 +---+ +---+ | |
12 | E | | E | | |
13 +---+ +---+ | |
14 | |
15 B: begin | |
16 W: wait | |
17 E: error | |
18 S: success | |
19 \end{verbatim} |