Is it possible to lose some of the memory? #1023
Replies: 1 comment 3 replies
-
Depending on the typed or untyped API, there is a different behavior. With the typed API you get a With the untyped API it is the responsibility of the developer to return the memory chunk to the middleware, either by In case the application dies, the RouDi daemon will notice this after a few seconds and release all the memory chunks. There is one highly improbable scenario where one memory chunk could be lost when the application dies at the wrong moment but that should virtually never happen. Does this answer your question? |
Beta Was this translation helpful? Give feedback.
-
First of all, thank you for your efforts for this open source library.
As a Turkish company we are looking for a reliable Shared Memory based IPC communication library for our application with heavy data transfer. Iceoryx is the best option so far but there are some questions that I want to ask you.
When I investigated your codes, I could not see anything for those types of situation but if I am wrong and there are some precautions or solutions for these situations in the codes, please pardon my juniority :D
Thanks for your time and concern.
Beta Was this translation helpful? Give feedback.
All reactions