Skip to content

Conversation

@vildand
Copy link

@vildand vildand commented Dec 16, 2021

UNIX domain sockets know that they’re executing on the same system, so they can avoid some checks and operations (like routing); which makes them faster and lighter than IP sockets. So if you plan to communicate with processes on the same host, this is a better option than IP sockets.

@TrafeX
Copy link
Owner

TrafeX commented Dec 29, 2021

Hi @vildand,

Thanks, that's indeed a good suggestion!
(the build failed because of an error in the GitHub Action, your branch is good 👍)

@TrafeX TrafeX merged commit 3594f51 into TrafeX:master Dec 29, 2021
@vildand vildand deleted the unix_sockets_instead_of_tcp_sockets branch March 3, 2022 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants