Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ezzaldeeen/shmbuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shmbuf - Shared Memory Circular Buffer

Overview

Two C programs that implement a circular buffer using shared memory, designed for inter-process communication (IPC) between a producer and a consumer. This shared memory circular buffer is a common synchronization mechanism in concurrent programming, allowing efficient data exchange between different processes.

About

Shared-Memory Circular Buffer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages