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

Allow binding to unix domain socket #2497

Closed
julianlam opened this issue Dec 4, 2014 · 5 comments
Closed

Allow binding to unix domain socket #2497

julianlam opened this issue Dec 4, 2014 · 5 comments
Assignees
Milestone

Comments

@julianlam
Copy link
Member

Currently NodeBB binds to port numbers (e.g. 4567), but it would be beneficial, especially on servers with high load, if binding via a unix domain socket was possible.

I'd just override port, since it behaves similarly...

@julianlam julianlam self-assigned this Dec 4, 2014
@julianlam julianlam added this to the 0.6.0 milestone Dec 4, 2014
@julianlam
Copy link
Member Author

Ironically, I didn't have to actually change anything, NodeBB ran perfectly fine on unix domain sockets 😄

Needed to fix umask for the process though.

@VincentTide
Copy link

@julianlam Hi Julian, I would like to bind nodebb to a unix socket as well for performance reasons. Can you share how you did this?

Thanks.

@psychobunny
Copy link
Contributor

Hey @VincentTide please post on our community at https://community.nodebb.org :)

@VincentTide
Copy link

@psychobunny My apologies, I will submit a post there instead. :)

@psychobunny
Copy link
Contributor

Nah, no need to apologize. Questions like these are best posted on our community because it makes it easier for others to find in future :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants