old-www/LDP/lpg/node66.html

34 lines
1.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!--Converted with LaTeX2HTML 96.1-c (Feb 29, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE>Basic Concepts</TITLE>
<META NAME="description" CONTENT="Basic Concepts">
<META NAME="keywords" CONTENT="lpg">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<LINK REL=STYLESHEET HREF="lpg.css">
</HEAD>
<BODY LANG="EN">
<A NAME="tex2html1200" HREF="node67.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="next_motif.gif"></A> <A NAME="tex2html1198" HREF="node65.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="up_motif.gif"></A> <A NAME="tex2html1192" HREF="node65.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="previous_motif.gif"></A> <A NAME="tex2html1202" HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="contents_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html1201" HREF="node67.html">Internal and User Data </A>
<B>Up:</B> <A NAME="tex2html1199" HREF="node65.html">6.4.4 Shared Memory</A>
<B> Previous:</B> <A NAME="tex2html1193" HREF="node65.html">6.4.4 Shared Memory</A>
<BR> <P>
<H3><A NAME="SECTION00744100000000000000">Basic Concepts</A></H3>
<P>
Shared memory can best be described as the mapping of an area (segment) of memory
that will be mapped and shared by more than one process. This is by far the fastest
form of IPC, because there is no intermediation (i.e. a pipe, a message queue, etc).
Instead, information is mapped directly from a memory segment, and into the addressing space
of the calling process. A segment can be created by one process, and subsequently written to and
read from by any number of processes.
<P>
<BR> <HR>
<P><ADDRESS>
<I>Converted on: <BR>
Fri Mar 29 14:43:04 EST 1996</I>
</ADDRESS>
</BODY>
</HTML>