Hacker News new | ask | show | jobs
by duped 682 days ago
If you do this please don't use localhost, the socket domain for IPC is AF_UNIX not AF_INET. Even Windows supports it.
1 comments

Then I would need two different mechanisms. Local and remote are both satisfied by TCP sockets, so this is easier.
It's not two different mechanisms, they are both sockets.