d28199a1bd3c1e14aab5a4fa7c6721af02a99a8c
[dragonfly.git] / share / doc / psd / 21.ipc / 0.t
1 .\" Copyright (c) 1986, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)0.t 8.1 (Berkeley) 6/8/93
33 .\"
34 .EH 'PSD:21-%''Advanced 4.4BSD IPC Tutorial'
35 .OH 'Advanced 4.4BSD IPC Tutorial''PSD:21-%'
36 .ds lq ``
37 .ds rq ''
38 .de DT
39 .if t .ta .5i 1.25i 2.5i 3.75i
40 .\" 3.5i went to 3.8i
41 .if n .ta .7i 1.75i 3.8i 
42 ..
43 .bd S B 3
44 .TL
45 An Advanced 4.4BSD Interprocess Communication Tutorial
46 .AU
47 Samuel J. Leffler
48 .AU
49 Robert S. Fabry
50 .AU
51 William N. Joy
52 .AU
53 Phil Lapsley
54 .AI
55 Computer Systems Research Group
56 Department of Electrical Engineering and Computer Science
57 University of California, Berkeley
58 Berkeley, California  94720
59 .sp 2
60 .AU
61 Steve Miller
62 .AU
63 Chris Torek
64 .AI
65 Heterogeneous Systems Laboratory
66 Department of Computer Science
67 University of Maryland, College Park
68 College Park, Maryland 20742
69 .de IR
70 \fI\\$1\fP\\$2
71 ..
72 .de UX
73 UNIX\\$1
74 ..
75 .AB
76 .PP
77 .FS
78 * \s-2UNIX\s0 is a trademark of UNIX System Laboratories, Inc.
79 in the US and some other countries.
80 .FE
81 This document provides an introduction to the interprocess
82 communication facilities included in the
83 4.4BSD release of the
84 .UX *
85 system.
86 .PP
87 It discusses the overall model for interprocess communication
88 and introduces the interprocess communication primitives
89 which have been added to the system.  The majority of the
90 document considers the use of these primitives in developing
91 applications.  The reader is expected to be familiar with
92 the C programming language as all examples are written in C.
93 .AE