Skip to content

Linux shared memory example for inter-process communication using sh_open, mmap and semaphores.

License

Notifications You must be signed in to change notification settings

daniekpo/shared_memory_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shared_memory_example

I was working on a bug in Holodeck (https://github.com/BYU-PCCL/holodeck-engine) and I got to learn a few things about inter-process communication (IPC). This project demos IPC between C++ and Python and a different C++ client. I use semaphores to control access to the shared memory. I thought I'd put this in a public repo for anyone (including myself) to be able to use as a reference.

About

Linux shared memory example for inter-process communication using sh_open, mmap and semaphores.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published