deepns / fun-with-shared-memory

Examples of Shared Memory using POSIX and System V interfaces

Home Page:https://deepns.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playing with Shared Memory

A sample code showing the usage of shared memory using

  1. POSIX interfaces
  2. System V interfaces

Both the implementations were compiled and tested on macOS and Linux (Ubuntu 20.4) systems. Run make inside the subfolders to build for the target system. POSIX calls on Linux requires -lrt to run, so Makefile includes -lrt when building on Linux.

About

Examples of Shared Memory using POSIX and System V interfaces

https://deepns.github.io


Languages

Language:C 89.6%Language:Makefile 10.4%