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 Domain Sockets #65

Open
yfeldblum opened this issue Apr 21, 2011 · 0 comments
Open

Unix Domain Sockets #65

yfeldblum opened this issue Apr 21, 2011 · 0 comments

Comments

@yfeldblum
Copy link

Feature Suggestion:

The server listens on, and the client can connect to the server over, a Unix domain socket (a socket file). This would be an option; TCP sockets would remain the default mechanism since they are universal.

DRuby supports Unix domain sockets via the DRb::DRbUNIXSocket class (http://www.ruby-doc.org/ruby-1.9/classes/DRb.html).

This should make Akephalos ever-so-slightly faster.

Cheers!

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

1 participant