LOTD #9: Advantages of JRuby over MRI
Posted by arungupta on September 27, 2008 at 5:18 PM EDT
Andreas blogged about why he likes JRuby even though he dislikes Java.
JRuby is "It's just Ruby" with more than 50,000 tests to ensure MRI compliance. The blog highlights that there is no need to know Java, at all, to run JRuby. Here are some advantages that are described in the blog:
- JVM runtime optimization
- Efficient memory usage
- Native threads to spread work on multiple cores
- Great garbage collection to make memory usage more efficient
- JIT and AOT compilation
- Inegration with Java libraries
- Running Rails applications on existing Java application servers
- Documentation and specs
Do you know Rails applications can be deployed (without any packaging) on GlassFish v3 ? Check out more details here.
Technorati: lotd jruby ruby rubyonrails glassfish
Related Topics >>
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- arungupta's blog
- 777 reads





