Chapter 10
The IPC unit.

This chapter describes the IPC unit for Free Pascal. It was written for LINUX by Michaël Van Canneyt. It gives all the functionality of system V Inter-Process Communication: shared memory, semaphores and messages. It works only on the LINUX operating system.

The chapter is divided in 2 sections:


 10.1 Types, Constants and variables :
   Variables
   Constants
   Types
 10.2 Functions and procedures
   ftok
   msgget
   msgsnd
   msgrcv
   msgctl
   semget
   semop
   semctl
   shmget
   shmat
   shmdt
   shmctl