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

Implement connect_unix_server on JRuby #459

Open
dblock opened this issue Aug 2, 2013 · 3 comments
Open

Implement connect_unix_server on JRuby #459

dblock opened this issue Aug 2, 2013 · 3 comments

Comments

@dblock
Copy link

dblock commented Aug 2, 2013

See igrigorik/em-proxy#39.

@bbozo
Copy link

bbozo commented Nov 23, 2013

Something like https://github.com/mcfunley/juds perhaps, according to SO this is impossible to do without native compiled extension http://stackoverflow.com/questions/4099432/unix-domain-socket-in-java

@dblock
Copy link
Author

dblock commented Nov 24, 2013

Juds uses JNI, which will require native compilation, annoying to say the least. JNA could be an alternative.

@Ch4s3
Copy link

Ch4s3 commented Mar 19, 2015

+1

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

3 participants