Skip to content

An example of mapping shared memory between boost::interprocess and Python's mmap.

License

Notifications You must be signed in to change notification settings

teeks99/py_boost_shmem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py_boost_shmem

An example of mapping shared memory between boost::interprocess and Python's mmap.

I was having a problem connecting shared memory in python (using the mmap module) to shared memory in C++ created using boost::interprocess. I got it working and wanted to post the solution somewhere for myself in the future as well as anyone else who may have this issue.

This example was written along with a corresponding stack overflow question

About

An example of mapping shared memory between boost::interprocess and Python's mmap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published