Skip to content

aldoz-a/shmemory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shmemory

POSIX IPC: three simple sample programs for using Shared Memory

Overview

POSIX IPC: three simple sample programs for using Shared Memory.

  1. processes.c - the parent process that creates the two child processes that communicate via POSIX IPC.

  2. writer.c - the writer child process that writes to the reader child process.

  3. reader.c - the reader child process that reads from the writer child process.

Includes a mini-benchmark for calculating performance in Linux environment.

Read the full article on artcprogramming.blogspot.com:

Or read on italianCoders.it:

Copyright © 2021 Aldo Abate artcprogramming@gmail.com

About

POSIX IPC: three simple sample programs for using Shared Memory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors