Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

[feature request] possibility of using UNIX sockets #23

Open
szelga opened this issue Nov 6, 2014 · 2 comments · May be fixed by #24
Open

[feature request] possibility of using UNIX sockets #23

szelga opened this issue Nov 6, 2014 · 2 comments · May be fixed by #24

Comments

@szelga
Copy link

szelga commented Nov 6, 2014

it would be nice to have possibility of binding to UNIX sockets (for production environments). i'm willing to make a PR, but i would like to know how should config options look like in this case?

@stephrdev
Copy link
Member

Subscriber and publisher adresses can be unix sockets already. Why do you want to bind the Tornado server to a unix socket? Browers need to connect to them. If you want to be able to bind to unix sockets and add a proxy in front of it, I think we should do something like "If server port is None, consider the HOST als unix socket path". Do you have any other ideas?

@szelga
Copy link
Author

szelga commented Nov 7, 2014

If you want to be able to bind to unix sockets and add a proxy in front of it

exactly, i have nginx proxying omnibusd anyway.

"If server port is None, consider the HOST als unix socket path"

sounds nice. i can't start working on it right now, but i should be able to write a patch during the weekend.

@szelga szelga linked a pull request Nov 8, 2014 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants