Please use this template for reporting suspected bugs or requests for help.
I want to transport message by shared-memory
I want to transport message by shared-memory
http://api.zeromq.org/master:zmq-inproc
I am not sure 'inproc' is a full answer to the original question, as it is
a transport between threads of same process and I think the OP implied a
sort of SHM between different processes to, I guess, minimise the latency
and processing overhead of syscalls and perhaps even structured message
en/de-coding.
On Tue, Sep 4, 2018, 10:09 Luca Boccassi notifications@github.com wrote:
Closed #3241 https://github.com/zeromq/libzmq/issues/3241.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/zeromq/libzmq/issues/3241#event-1824607968, or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABj5lCMZvMwZVahlPgO5dhZsAc_oOf_0ks5uXjUzgaJpZM4WYX8C
.
http://api.zeromq.org/master:zmq-ipc then is the closest
@bluca Thanks so much
So, can inproc be used for different processes sharing a memory mapping?
Most helpful comment
I am not sure 'inproc' is a full answer to the original question, as it is
a transport between threads of same process and I think the OP implied a
sort of SHM between different processes to, I guess, minimise the latency
and processing overhead of syscalls and perhaps even structured message
en/de-coding.
On Tue, Sep 4, 2018, 10:09 Luca Boccassi notifications@github.com wrote: