Skip to content

IPC notification mechanism, prefer UDS over semaphore on SHM? #551

Answered by elBoberido
IIIIIIIIll asked this question in Q&A
Discussion options

You must be logged in to vote

@IIIIIIIIll the main reason for the switch was that we need to support file descriptors in the WaitSet. With semaphores this is unfortunately not possible. But the performance impact should be negligible in real word scenarios, since the OS will most probably need way more than 2µs to wake up a process which is not active.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@IIIIIIIIll
Comment options

Answer selected by IIIIIIIIll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants