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

Add support for Unix sockets #2

Closed
kozalosev opened this issue Mar 3, 2018 · 1 comment
Closed

Add support for Unix sockets #2

kozalosev opened this issue Mar 3, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kozalosev
Copy link
Owner

I'm going to replace the TCP socket, that is used now to proxy requests from nginx to the application server, by the Unix domain socket on my environment. This approach should be more effective.

However, this enhancement doesn't imply fully replacement, but just a new option. So, it won't break anything neither on Linux, nor Windows.

@kozalosev kozalosev added the enhancement New feature or request label Mar 3, 2018
@kozalosev kozalosev self-assigned this Mar 3, 2018
kozalosev added a commit that referenced this issue Apr 8, 2018
Replace a TCP socket used for communication between front-end and
back-end servers with a Unix domain socket to potentially improve
performance a bit.

Remove logging at all. Use redirection from stdout/stderr instead.
kozalosev added a commit that referenced this issue Apr 8, 2018
Replace a TCP socket, used for communication between front-end and
back-end servers, with a Unix domain socket to potentially improve
performance a bit.

Remove logging at all. Use redirection from stdout/stderr instead.
kozalosev added a commit that referenced this issue Apr 8, 2018
Replace a TCP socket, used for communication between front-end and
back-end servers, with a Unix domain socket to potentially improve
performance a bit.

Remove logging at all. Use redirection from stdout/stderr instead.
@kozalosev
Copy link
Owner Author

Implemented by 5c3155b and merged in c646ad4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant