Skip to content

deepns/fun-with-shared-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published