Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unix socket instead of tcp sockets between nginx and php-fpm #80

Merged
merged 1 commit into from
Dec 29, 2021
Merged

unix socket instead of tcp sockets between nginx and php-fpm #80

merged 1 commit into from
Dec 29, 2021

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.

None yet

2 participants