Ruby Enterprise Edition vs Ruby 1.9
问题 I'm planning to build a website that will be a simple CMS where users submit and view postings with videos, photos and text. One decision I want to make is choosing between Ruby Enterprise Edition and Ruby 1.9. Things I care about in order: Performance & Scalability. Compatibility with existing gems/plugins/open source projects. Speed of development and deployment (I will be deploying on a VPS). What is your suggestion? 回答1: REE from my experience has a tendency to throw mallocs in odd places