equal
deleted
inserted
replaced
7 Nokia Corporation - initial contribution. |
7 Nokia Corporation - initial contribution. |
8 Contributors: |
8 Contributors: |
9 --> |
9 --> |
10 <!DOCTYPE concept |
10 <!DOCTYPE concept |
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
12 <concept id="GUID-8B37D53D-77E1-58C6-9A44-3376A450228B" xml:lang="en"><title>Shared Memory Tutorial</title><prolog><metadata><keywords/></metadata></prolog><conbody><p>Shared memory is a method of interprocess communication (IPC) where a single chunk of memory is shared between two or more processes. You can use shared memory APIs to set permissions on memory and to pass data between programs efficiently. </p> <p>The following topics describe how you can use shared memory APIs when you develop POSIX compliant applications or port POSIX-based applications to Symbian platform. </p> </conbody></concept> |
12 <concept id="GUID-8B37D53D-77E1-58C6-9A44-3376A450228B" xml:lang="en"><title>Shared Memory |
|
13 Tutorial</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <p>Shared memory is a method of interprocess communication (IPC) where a single |
|
15 chunk of memory is shared between two or more processes. You can use shared |
|
16 memory APIs to set permissions on memory and to pass data between programs |
|
17 efficiently. </p> |
|
18 <p>The following topics describe how you can use shared memory APIs when you |
|
19 develop POSIX compliant applications or port POSIX-based applications onto |
|
20 the Symbian platform. </p> |
|
21 </conbody></concept> |