31 Oct
2025
31 Oct
'25
4:56 p.m.
On Fri, Oct 31, 2025, at 1:59 PM, Murali Kishore via Boost wrote:
Hi,
trying interprocess applications where Process A is cpp based and creates a shared memory segment and Process B from Python reads this shared memory.
Is the boost interprocess library used in python ?
Only if you write that (e.g. as a module)
If yes , share with me details on how to use it.
Here's some relevant examples https://stackoverflow.com/questions/71453741/how-to-use-c-boostinterprocess-... I do remember writing Python C++ extension module around boost shared memory, but I can't readily find it. It should be on stackoverflow somewhere as far as I recall. Regards, Seth