Just how scalable is Grails?
I'm looking to make a website that will probably get some heavy, repetitive traffic. Is grails up to the task? I agree with lael, also because it's built on java technologies there are a lot of proven clustering and 'enterprisey' tools available which allow you to easily scale across multiple application services. The cloud tools around Grails are also becoming very good and make deploying to a cloud like EC2 very easy. I've recently been using Cloud Foundry and found it very good. As the first poster points out however, you can write a badly performing application in any framework/language.