Libzmq: Does the zmq have a transport message between two processes by shared memory?

Created on 4 Sep 2018  Â·  5Comments  Â·  Source: zeromq/libzmq

Please use this template for reporting suspected bugs or requests for help.

Issue description

I want to transport message by shared-memory

What's the expected result?

I want to transport message by shared-memory

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:

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
.

All 5 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

victorserbu2709 picture victorserbu2709  Â·  8Comments

keith-dev picture keith-dev  Â·  14Comments

basu13 picture basu13  Â·  9Comments

evoskuil picture evoskuil  Â·  19Comments

prashantabkari picture prashantabkari  Â·  10Comments