Mercurial > 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 wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/input/ipc-protocol.tex Sat Dec 27 19:25:06 2008 +0100 @@ -0,0 +1,19 @@ +% 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}