/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Using gRPC for (local) inter-process communication (2021)
(www.mpi-hd.mpg.de)
83 points
zardinality
| 1 comments |
20 Nov 24 13:42 UTC
|
HN request time: 0s
|
source
Show context
jeffbee
◴[
20 Nov 24 15:59 UTC
]
No.
42195134
[source]
▶
>>42193859 (OP)
#
Interesting that it is taken on faith that unix sockets are faster than inet sockets.
replies(5):
>>42195458
#
>>42195476
#
>>42195489
#
>>42195960
#
>>42196345
#
yetanotherdood
◴[
20 Nov 24 17:39 UTC
]
No.
42196345
[source]
▶
>>42195134
#
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
◴[
20 Nov 24 20:28 UTC
]
No.
42197783
[source]
▶
>>42196345
#
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
ID:
GO
↑