Implementation of high speed point-to-point communication (app-to-app)? #425
Unanswered
pmehradnia
asked this question in
Q&A
Replies: 1 comment 14 replies
-
|
Related:
@jphickey - did you have implementation options in mind? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What are some different mechanisms to implement point-to-point communication to improve message passing performance? Mutex with OS_Queue is one option, but mqueues can be slow. What other solutions can be used to implement this?
Beta Was this translation helpful? Give feedback.
All reactions