martinmoene / ring-span-lite

ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
146 stars 12 forks source link

Shared memory question? #14

Open oak-tree opened 5 years ago

oak-tree commented 5 years ago

Hey, Your project looks promising. Can it work with shared memory? We would like to have a ring buffer between two different processes to share images and metadata

Quuxplusone commented 5 years ago

I suspect the short answer is "no"; but can you share more of your requirements?

martinmoene commented 5 years ago

[I've no experience with shared memory]

...Under Windows read/write require the use of CopyMemory(), while there's no Pusher (anymore) to get a 'handle' on writing...