←back to thread

257 points keepamovin | 1 comments | | HN request time: 0.335s | source
Show context
lukeh ◴[] No.44350352[source]
Does modern Linux have anything close to Doors? I’ve an embedded application where two processes exchange small amounts of data which are latency sensitive, and I’m wondering if there’s anything better than AF_UNIX.
replies(3): >>44351021 #>>44351080 #>>44351861 #
mort96 ◴[] No.44351080[source]
Would be helpful to know what your problem is with AF_UNIX at the moment. Is it lacking in features you want? Is it higher latency than you'd want? Is the server/client socket API style not appropriate for your use-case?
replies(1): >>44351205 #
1. lukeh ◴[] No.44351205[source]
Well, it’s probably fine but, it’s an audio application where metering (not audio) is delivered from a control plane process to a UI process. Lower latency is better. But haven’t measured it.