logoalt Hacker News

justinsaccountyesterday at 8:21 PM1 replyview on HN

> In our scenario of local IPC, some obvious tuning options exist: data is exchanged via a Unix domain socket (unix:// address) instead of a TCP socket

AFAIK at least on linux there is no difference between using a UDS and a tcp socket connected to localhost.


Replies

sgtnoodleyesterday at 9:16 PM

There's definitely differences, whether or not it matters for most usages. I've worked on several IPC mechanisms that specifically benefited from one vs. the other.