statistics structure moved to its own header file so it may be used by
[unix-history] / usr / src / share / doc / psd / 21.ipc / 0.t
CommitLineData
d60e8dff
MK
1.\" Copyright (c) 1986 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
5.\" @(#)0.t 1.2 (Berkeley) %G%
6.\"
200989e9
MK
7.ds lq ``
8.ds rq ''
9.de DT
10.if t .ta .5i 1.25i 2.5i 3.75i
11.\" 3.5i went to 3.8i
12.if n .ta .7i 1.75i 3.8i
13..
14.bd S B 3
15.TL
d60e8dff 16A 4.3BSD Interprocess Communication Primer
200989e9
MK
17.AU
18Samuel J. Leffler
19.AU
20Robert S. Fabry
21.AU
22William N. Joy
d60e8dff
MK
23.AU
24\fRRevised December 16, 1985\fI
25.br
26Phil Lapsley
200989e9
MK
27.AI
28Computer Systems Research Group
29Department of Electrical Engineering and Computer Science
30University of California, Berkeley
31Berkeley, California 94720
32(415) 642-7780
d60e8dff
MK
33.sp 0.5i
34\fRAlso revised by\fI
35.AU
36Steve Miller
37.AU
38Chris Torek
39.AI
40Heterogeneous Systems Laboratory
41Department of Computer Science
42University of Maryland, College Park
43College Park, Maryland 20742
44(301) 454-1516
200989e9
MK
45.de IR
46\fI\\$1\fP\\$2
47..
48.de UX
49UNIX\\$1
50..
51.AB
52.PP
53.FS
d60e8dff 54* \s-2UNIX\s0 is a Trademark of Bell Laboratories.
200989e9
MK
55.FE
56This document provides an introduction to the interprocess
57communication facilities included in the
d60e8dff
MK
584.3BSD release of the
59.UX *
200989e9
MK
60system.
61.PP
62It discusses the overall model for interprocess communication
63and introduces the interprocess communication primitives
64which have been added to the system. The majority of the
65document considers the use of these primitives in developing
66applications. The reader is expected to be familiar with
67the C programming language as all examples are written in C.
68.AE