-
Notifications
You must be signed in to change notification settings - Fork 5
/
tipc.doc
56 lines (43 loc) · 1.35 KB
/
tipc.doc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
\documentclass[11pt]{article}
\usepackage{times}
\usepackage{pl}
\usepackage{plpage}
\usepackage{html}
\sloppy
\makeindex
\onefile
\htmloutput{.} % Output directory
\htmlmainfile{tipc} % Main document file
\bodycolor{white} % Page colour
\renewcommand{\runningtitle}{SWI-Prolog TIPC libraries}
\begin{document}
\title{Transparent Inter-Process Communications (TIPC) libraries}
\author{Jeffrey Rosenwald \\
E-mail: \email{[email protected]}}
\maketitle
\begin{abstract}
TIPC provides a framework for cooperation between federations of trusted
peers that are operating as a unit. It was developed by Ericsson AB, as
a means to provide for communications between Common Control Systems
processes and Network Elements in telephone switching systems, sometimes
operating at arm's length on different line cards or mainframes.
Delegation of responsibility in this way is one of the fundamental
precepts of the Erlang programming system, also developed at Ericsson.
TIPC represents a more generalized version of the same behavioral design
pattern.
\end{abstract}
\vfill
\pagebreak
\tableofcontents
\vfill
\vfill
\newpage
\input{tipcoverview.tex}
\section{ The TIPC libraries: \pllib{tipc/...} }
\label{sec:tipc-libraries}
\input{tipcpl.tex}
\input{tipcbroadcast.tex}
\input{tipcpaxos.tex}
\input{tipclinda.tex}
\printindex
\end{document}