You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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