home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / doc / ps1 / 08.ipc / 0.t next >
Encoding:
Text File  |  1991-04-17  |  3.1 KB  |  93 lines

  1. .\" Copyright (c) 1986 The Regents of the University of California.
  2. .\" 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    5.1 (Berkeley) 4/17/91
  33. .\"
  34. .EH 'PS1:8-%''Advanced 4.3BSD IPC Tutorial'
  35. .OH 'Advanced 4.3BSD IPC Tutorial''PS1:8-%'
  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.3BSD 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 Bell Laboratories.
  79. .FE
  80. This document provides an introduction to the interprocess
  81. communication facilities included in the
  82. 4.3BSD release of the
  83. .UX *
  84. system.
  85. .PP
  86. It discusses the overall model for interprocess communication
  87. and introduces the interprocess communication primitives
  88. which have been added to the system.  The majority of the
  89. document considers the use of these primitives in developing
  90. applications.  The reader is expected to be familiar with
  91. the C programming language as all examples are written in C.
  92. .AE
  93.