new doc.mk; document numbering changes for 4.4BSD
[unix-history] / usr / src / share / doc / psd / 21.ipc / 0.t
CommitLineData
038e9301 1.\" Copyright (c) 1986, 1993 The Regents of the University of California.
06f96e7d 2.\" All rights reserved.
d60e8dff 3.\"
3edcb7c8 4.\" %sccs.include.redist.roff%
06f96e7d 5.\"
6294d633 6.\" @(#)0.t 5.3 (Berkeley) %G%
d60e8dff 7.\"
6294d633
KB
8.EH 'PSD:21-%''Advanced 4.4BSD IPC Tutorial'
9.OH 'Advanced 4.4BSD IPC Tutorial''PSD:21-%'
200989e9
MK
10.ds lq ``
11.ds rq ''
12.de DT
13.if t .ta .5i 1.25i 2.5i 3.75i
14.\" 3.5i went to 3.8i
15.if n .ta .7i 1.75i 3.8i
16..
17.bd S B 3
18.TL
038e9301 19An Advanced 4.4BSD Interprocess Communication Tutorial
200989e9
MK
20.AU
21Samuel J. Leffler
22.AU
23Robert S. Fabry
24.AU
25William N. Joy
d60e8dff 26.AU
d60e8dff 27Phil Lapsley
200989e9
MK
28.AI
29Computer Systems Research Group
30Department of Electrical Engineering and Computer Science
31University of California, Berkeley
32Berkeley, California 94720
6d89475b 33.sp 2
d60e8dff
MK
34.AU
35Steve Miller
36.AU
37Chris Torek
38.AI
39Heterogeneous Systems Laboratory
40Department of Computer Science
41University of Maryland, College Park
42College Park, Maryland 20742
200989e9
MK
43.de IR
44\fI\\$1\fP\\$2
45..
46.de UX
47UNIX\\$1
48..
49.AB
50.PP
51.FS
038e9301
AC
52* \s-2UNIX\s0 is a trademark of UNIX System Laboratories, Inc.
53in the US and some other countries.
200989e9
MK
54.FE
55This document provides an introduction to the interprocess
56communication facilities included in the
038e9301 574.4BSD release of the
d60e8dff 58.UX *
200989e9
MK
59system.
60.PP
61It discusses the overall model for interprocess communication
62and introduces the interprocess communication primitives
63which have been added to the system. The majority of the
64document considers the use of these primitives in developing
65applications. The reader is expected to be familiar with
66the C programming language as all examples are written in C.
67.AE