annotate thesis/input/ipc-protocol.tex @ 243:655e0a2f8ca6

moved official to the begin of the document
author meillo@marmaro.de
date Sun, 11 Jan 2009 20:20:10 +0100
parents 172545b47e40
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
180
d75bd7a72d8b wrote about IPC, drawed picture of new arch
meillo@marmaro.de
parents:
diff changeset
1 % ipc-protocol
d75bd7a72d8b wrote about IPC, drawed picture of new arch
meillo@marmaro.de
parents:
diff changeset
2
d75bd7a72d8b wrote about IPC, drawed picture of new arch
meillo@marmaro.de
parents:
diff changeset
3 \begin{verbatim}
d75bd7a72d8b wrote about IPC, drawed picture of new arch
meillo@marmaro.de
parents:
diff changeset
4
208
172545b47e40 updated ipc protocol state diagram
meillo@marmaro.de
parents: 180
diff changeset
5 +---+ connect +---+ 0 +---+ send +---+ 0 +---+ send +---+ 0 +---+
172545b47e40 updated ipc protocol state diagram
meillo@marmaro.de
parents: 180
diff changeset
6 | B |--------->| W |---->| |------>| W |---->| |------>| W |---->| S |
172545b47e40 updated ipc protocol state diagram
meillo@marmaro.de
parents: 180
diff changeset
7 +---+ attempt +---+ +---+ hdr +---+ +---+ data +---+ +---+
172545b47e40 updated ipc protocol state diagram
meillo@marmaro.de
parents: 180
diff changeset
8 | | |
172545b47e40 updated ipc protocol state diagram
meillo@marmaro.de
parents: 180
diff changeset
9 | 1 | 1 | 1
172545b47e40 updated ipc protocol state diagram
meillo@marmaro.de
parents: 180
diff changeset
10 V V V
172545b47e40 updated ipc protocol state diagram
meillo@marmaro.de
parents: 180
diff changeset
11 +---+ +---+ +---+
172545b47e40 updated ipc protocol state diagram
meillo@marmaro.de
parents: 180
diff changeset
12 | E | | E | | E |
172545b47e40 updated ipc protocol state diagram
meillo@marmaro.de
parents: 180
diff changeset
13 +---+ +---+ +---+
180
d75bd7a72d8b wrote about IPC, drawed picture of new arch
meillo@marmaro.de
parents:
diff changeset
14
d75bd7a72d8b wrote about IPC, drawed picture of new arch
meillo@marmaro.de
parents:
diff changeset
15 B: begin
d75bd7a72d8b wrote about IPC, drawed picture of new arch
meillo@marmaro.de
parents:
diff changeset
16 W: wait
d75bd7a72d8b wrote about IPC, drawed picture of new arch
meillo@marmaro.de
parents:
diff changeset
17 E: error
d75bd7a72d8b wrote about IPC, drawed picture of new arch
meillo@marmaro.de
parents:
diff changeset
18 S: success
d75bd7a72d8b wrote about IPC, drawed picture of new arch
meillo@marmaro.de
parents:
diff changeset
19 \end{verbatim}