69 lines
2.7 KiB
HTML
69 lines
2.7 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>Interprocess Communication (IPC) APIs</title>
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<!-- Begin Header Records ========================================= -->
|
|
<!-- UNIX3 SCRIPT A converted by B2H R4.1 (346) (CMS) by V2DCIJB at -->
|
|
<!-- RCHVMW2 on 1 Jun 1999 at 16:14:49 -->
|
|
<!-- File restructured for V5R2 -->
|
|
<!-- 050119 JETAYLOR repurposed for V5R4 -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<a name="Top_Of_Page"></a>
|
|
<!-- Java sync-link -->
|
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
|
</script>
|
|
|
|
|
|
<h2>Interprocess Communication (IPC) APIs</h2>
|
|
|
|
<p>Interprocess communication (IPC) on i5/OS<SUP>(R)</SUP> is made up of five services
|
|
divided into the two categories of identifier-based services and pointer-based
|
|
services. The identifier-based IPC services consist of message queues,
|
|
semaphore sets, and shared memory. The pointer-based services consist of
|
|
unnamed and named semaphores. The basic purpose of these services is to provide
|
|
i5/OS processes and threads with a way to communicate with each other through
|
|
a set of standard APIs. These functions are based on the definitions in the
|
|
Single UNIX<SUP>(R)</SUP> Specification.</p>
|
|
|
|
<p>The Interprocess Communication APIs are divided into the following categories:</p>
|
|
|
|
<ul>
|
|
<li><a href="unix3a.htm">Identifier Based Services</a><br><br></li>
|
|
|
|
<li><a href="unix3b.htm">Pointer Based Services (Named and
|
|
Unnamed Semaphores)</a><br><br></li>
|
|
|
|
<li><a href="unix3c.htm">IPC Object Management</a>
|
|
</ul>
|
|
|
|
|
|
<p><strong>Note:</strong> These functions use header (include) files from the
|
|
library QSYSINC, which is optionally installable. Make sure QSYSINC is
|
|
installed on your system before using any of the functions. See <a href=
|
|
"unix13.htm">Header Files for UNIX-Type Functions</a> for the file and member
|
|
name of each header file.</p>
|
|
|
|
|
|
|
|
<br>
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center"><a href="#Top_Of_Page">Top</a> | <a href=
|
|
"unix.htm">UNIX-Type APIs</a> | <a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|