add Berkeley specific copyright notice
[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.\"
6d89475b 5.\" @(#)0.t 1.3 (Berkeley) %G%
d60e8dff 6.\"
6d89475b
MK
7.EH 'PS1:8-%''Advanced 4.3BSD IPC Tutorial'
8.OH 'Advanced 4.3BSD IPC Tutorial''PS1:8-%'
200989e9
MK
9.ds lq ``
10.ds rq ''
11.de DT
12.if t .ta .5i 1.25i 2.5i 3.75i
13.\" 3.5i went to 3.8i
14.if n .ta .7i 1.75i 3.8i
15..
16.bd S B 3
17.TL
6d89475b 18An Advanced 4.3BSD Interprocess Communication Tutorial
200989e9
MK
19.AU
20Samuel J. Leffler
21.AU
22Robert S. Fabry
23.AU
24William N. Joy
d60e8dff 25.AU
d60e8dff 26Phil Lapsley
200989e9
MK
27.AI
28Computer Systems Research Group
29Department of Electrical Engineering and Computer Science
30University of California, Berkeley
31Berkeley, California 94720
6d89475b 32.sp 2
d60e8dff
MK
33.AU
34Steve Miller
35.AU
36Chris Torek
37.AI
38Heterogeneous Systems Laboratory
39Department of Computer Science
40University of Maryland, College Park
41College Park, Maryland 20742
200989e9
MK
42.de IR
43\fI\\$1\fP\\$2
44..
45.de UX
46UNIX\\$1
47..
48.AB
49.PP
50.FS
d60e8dff 51* \s-2UNIX\s0 is a Trademark of Bell Laboratories.
200989e9
MK
52.FE
53This document provides an introduction to the interprocess
54communication facilities included in the
d60e8dff
MK
554.3BSD release of the
56.UX *
200989e9
MK
57system.
58.PP
59It discusses the overall model for interprocess communication
60and introduces the interprocess communication primitives
61which have been added to the system. The majority of the
62document considers the use of these primitives in developing
63applications. The reader is expected to be familiar with
64the C programming language as all examples are written in C.
65.AE