[jruby-user] ruby vs jruby

20 views
Skip to first unread message

K2B K2BSolutions

unread,
Feb 26, 2015, 4:49:06 AM2/26/15
to us...@jruby.codehaus.org
Hi friends,

what is advantages in JRuby?

Thanks
K2B Solutions

--
Posted via http://www.ruby-forum.com/.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


Gerald Bauer

unread,
Feb 26, 2015, 4:55:34 AM2/26/15
to us...@jruby.codehaus.org
Hello,
It depends. What are you trying to do? Cheers.

Ariel Valentin

unread,
Feb 26, 2015, 7:57:23 AM2/26/15
to us...@jruby.codehaus.org
There are a lot of articles/posts discussing that very topic.
Take a look here and follow some of the links described in the answer:
http://stackoverflow.com/a/151726

Thanks,
Ariel
---
Sent from my mobile device. Please excuse any errors.

Cristiano D.

unread,
Feb 26, 2015, 9:51:23 AM2/26/15
to us...@jruby.codehaus.org
I think the right answer is that jruby alows us to have diversity and
flexibilty to use java libs and take the high performance of
multhreading and use some resources like java web servers like Tomcat
and the VirtualMachine etc.

K2B K2BSolutions

unread,
Mar 23, 2015, 3:38:39 AM3/23/15
to us...@jruby.codehaus.org
Hi Cristiano D,

Thanks for sharing the information.
what is the difference in ruby and jruby?

Karol Bucek

unread,
Mar 23, 2015, 8:42:19 AM3/23/15
to us...@jruby.codehaus.org

 We can not answer this question without knowing what you're "really" looking for.

In general, for Ruby-ists used to MRI the "main" difference is GIL-free multi-threading (Ruby code can actually run in parallel utilizing your CPU cores).

It's similar to Rubinius (also GIL-free) and is probably something that from time-to-time confuses Ruby developers if they have little experience with concurrency.
This is usually not something you need to worry about (as popular gems are thread-safe), but you might hit it eventually e.g. with web applications in your own user code.

Unlike Rubinius however, JRuby does not support MRI style C-extension gems, luckily most popular ones have alternatives or versions using Java-extension.

The most notable difference you'll notice when trying JRuby out is that it's slower to start, however with a few tricks (jruby --dev) it's not that bad once you're using it for a while.

... all that being said JRuby is just Ruby and you can use it just like MRI.

Good JLuck, K.
Reply all
Reply to author
Forward
0 new messages