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

JRuby support? #535

Closed
headius opened this issue Nov 24, 2015 · 3 comments
Closed

JRuby support? #535

headius opened this issue Nov 24, 2015 · 3 comments

Comments

@headius
Copy link

headius commented Nov 24, 2015

I see that Zeus only claims that MRI and Rubinius are compatible. What features specifically are missing in JRuby that Zeus needs? I did not see any forking, nor C extensions, nor C ext dependencies...

Spring will soon support JRuby, after some hacking on UNIXSocket by @mrbrdo. It would be nice if other popular preloading/prebooting systems worked on JRuby too...

@headius
Copy link
Author

headius commented Nov 24, 2015

Oh, I just saw #297 :-(

Where is fork used? Wouldn't it be possible to just launch a new process?

@headius
Copy link
Author

headius commented Nov 24, 2015

Ok, I see...it's very similar to how Spring uses fork, no?

See rails/spring#449 where @mrbrdo has introduced a pooled subprocess model when fork is not available.

@metcalf
Copy link
Collaborator

metcalf commented Aug 1, 2016

Unfortunately fork is pretty fundamental to what Zeus does today so JRuby support isn't planned (per #297). Sorry!

@metcalf metcalf closed this as completed Aug 1, 2016
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