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

Support binding UNIX sockets #58

Closed
spladug opened this issue Mar 16, 2016 · 0 comments
Closed

Support binding UNIX sockets #58

spladug opened this issue Mar 16, 2016 · 0 comments

Comments

@spladug
Copy link

spladug commented Mar 16, 2016

I've an application that I'd like to run under Einhorn. It currently binds a UNIX socket and then an SSL-terminating nginx sitting on the same box talks to the service over that socket. This is a websocket service so it's designed to have tonnes of open sockets and using UNIX domain sockets for the nginx<->service bridge gives us a lot more headroom. Would it be possible for Einhorn to be able to bind UNIX sockets as well?

I'm happy to write the code for this (have taken a short crack at it already) but I'm a) not great at ruby, and b) would probably need some handholding on making sure the in-place upgrades are OK with the changes. If I do write it would this be something you'd want to merge?

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

No branches or pull requests

2 participants