InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

GemStone Reveals Plans for MagLev Ruby VM at RailsConf 2008

Posted by Nick Laiacona on May 31, 2008

Sections
Development
Topics
Ruby ,
Ruby on Rails ,
Language
Tags
GemStone ,
MagLev ,
ACID

At RailsConf on Friday, Avi Bryant and Bob Walker of GemStone revealed plans for the MagLev project. MagLev will run Ruby on Rails within GemStone's distributed object technology. The MagLev VM, although only partially implemented, so far outperforms MRI 1.8.

MagLev is a Ruby VM based on the GemStone S64 VM, which runs Smalltalk. The Smalltalk VM has been extended with special byte codes to make it Ruby compatible. GemStone's Smalltalk VM has been used for over 20 years in sectors such as real time financial markets and the worldwide shipping industry. It as a mature, fast, stable, distributed, and transactional data store which can hold over a trillion objects or 17PB (Petabytes) worth of information. The goal of the MagLev project is to bring this distributed object technology to the world of Ruby on Rails.

Avi Bryant, core team member on Dabble DB and SeaSide, demonstrated MagLev's distributed object technology running Ruby. Using an irb session on one Ruby VM, he was able to share object data to an irb session in another VM by simply instantiating global objects. Avi then demonstrated the BEGIN, COMMIT, and ABORT keywords that provide a fully transactional and ACID compliant concurrency strategy. He was also able to access persistent data storage using this same mechanism. In essence, MagLev was filling the roles not just of the VM but also the caching and persistent storage layers.

Bob Walker, who is the project manager for the MagLev project at GemStone, then spoke about the progress of the effort. As of today, Bob Walker's team has MagLev running about 36 of the Ruby Shootout Benchmarks significantly faster than MRI 1.8. They plan to use the Rubinius project's Ruby Specs in order to verify compatibility. They are currently three months into implementation. Portions of the project will be open source, but the core VM, which is written in C, will likely remain closed source.

GemStone is still pondering a pricing model for MagLev. Bob Walker did state that there will be a free version available. GemStone management speculates that a two or three tier pricing model is possible with either storage size or number of transactions defining the tiers. GemStone has set up a project page where they promise ongoing information about the project will be available soon.

Read InfoQ's exclusive interview with Gemstone's Bob Walker on MagLev.

No comments

Watch Thread Reply

Educational Content

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?

Wrap Your SQL Head Around Riak MapReduce

Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.

Polyglot Persistence for Java Developers - Moving Out of the Relational Comfort Zone

Chris Richardson shows how he ported a relational database to three NoSQL data stores: Redis, Cassandra and MongoDB.

The Golden Circle – Why How What

Jean Tabaka challenges the audience to reflect on what Agile practices they are employing, how they are using them, ending with the questions “Why have their organization chosen to go Agile?