SharedMemory

Last Revision:
Version 1.0, 2003-01-14
Shows how multiple applications can access the same memory using the Unix shmget system call.
Build Requirements:
Runtime Requirements:
Mac OS X Mac OS X or later

SharedMemory is a sample that demonstrates multiple applications using the same memory for IPC under Mac OS X using the Unix shmget() system call. Requirements: Mac OS X or later Keywords: Memory, Shared, IPC, Communication, shmget, shmat,shmctl, shmdt, Client,Server