teeks99 / py_boost_shmem

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 54.7%Language:Python 45.3%