docs/diploma
diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thesis/input/ipc-protocol.tex Sat Dec 27 19:25:06 2008 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +% ipc-protocol 1.5 + 1.6 +\begin{verbatim} 1.7 + 1.8 + +---+ connect +---+ 0 +---+ send +---+ 0 +---+ 1.9 + | B |--------->| W |---->| |------>| W |---->| S | 1.10 + +---+ attempt +---+ +---+ data +---+ +---+ 1.11 + | | 1.12 + | 1 | 1 1.13 + V V 1.14 + +---+ +---+ 1.15 + | E | | E | 1.16 + +---+ +---+ 1.17 + 1.18 +B: begin 1.19 +W: wait 1.20 +E: error 1.21 +S: success 1.22 +\end{verbatim}