←back to thread

83 points zardinality | 1 comments | | HN request time: 0s | source
Show context
jeffbee ◴[] No.42195134[source]
Interesting that it is taken on faith that unix sockets are faster than inet sockets.
replies(5): >>42195458 #>>42195476 #>>42195489 #>>42195960 #>>42196345 #
yetanotherdood ◴[] No.42196345[source]
Unix Domain Sockets are the standard mechanism for app->sidecar communication at Google (ex: Talking to the TI envelope for logging etc.)
replies(2): >>42196392 #>>42197783 #
1. ithkuil ◴[] No.42197783[source]
servo's Ipc-channel doesn't use Unix domain sockets to move data. It uses it to share a memfd file descriptor effectively creating a memory buffer shared between two processes