SPSCQueue icon indicating copy to clipboard operation
SPSCQueue copied to clipboard

mmap IPC allocator example

Open PengyiPan opened this issue 2 years ago • 0 comments

Hi there,

I'm trying to use your awesome queue to do inter-process shared memory communication on linux.

I think it can be done with some modification to the huge page allocator example, but coundn't come up with a correct implementation.

If IPC is possible, could you please add an IPC demo to the example? Many thanks.

PengyiPan avatar Jan 27 '22 13:01 PengyiPan