Articles tagged with: scalability

Why I'm starting to like JRuby even though I dislike Java

Posted by Andreas on Friday, September 26, 2008 at 16:36 (CEST)

Among my friends, it’s not a secret that I personally don’t like Java. During my time at the university, I had to deal with it for some courses, but somehow nobody could convince me to really like the language. With Ruby, it was the exact opposite – I saw a few code examples, read some articles about it and I immediately started to like the language and its charming way of doing OO like I always wanted it to be.

When I discovered JRuby, I therefore didn’t take it serious and overlooked its potential. Today, I’m starting to like JRuby. Why? Because JRuby is actually pretty cool. It runs code of my favorite language (Ruby) on a wide-spread and highly optimized platform (the Java Virtual Machine, aka JVM). You can use JRuby to run Ruby code without even knowing a single bit about Java – but it runs on the JVM (which has several advantages as stated below).

Read more »
• Tags: ,
CommentsPermalink

Google talks about Rails scalability

Posted by Andreas on Thursday, July 31, 2008 at 06:04 (CEST)

Google recently published an interesting tech talk about scalability of Ruby on Rails applications. Jason Hoffman from Joyent talks about DTrace and how they fixed latency issues observed in Twitter. In between, he’s also telling some interesting thoughts on the Rails framework architecture in general.

Video link

• Tags: ,
CommentsPermalink