Replies: 2 comments 4 replies
-
Hi @givesun , did you find your answer? I am also looking for the same info? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm going through the source code of posh.
I have few questions.
I understood the concept of zero copy in iceoryx.
The huge real data will be stored in shared memory, and Producer will send the only information for memory address to Consumers.
So There is no actual data copy. But I want to know how to send or receive the address data between processes?
Regarding this point, Is there any other ipc is being used? For example Unix domain socket or semaphore?
Regarding lockfree queue.
As I know the lockfree-queue is being used for zero-copy.
If there are 3 modules(roudi-daemon, publisher, subscriber), Each modules has its own lockfree-queue?
Beta Was this translation helpful? Give feedback.
All reactions