Scalability of Ruby on Rails versus PHP
        Posted  
        
            by Daniel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Daniel
        
        
        
        Published on 2010-04-30T05:59:55Z
        Indexed on 
            2010/04/30
            6:07 UTC
        
        
        Read the original article
        Hit count: 323
        
Can anyone comment on which is more scalable between RoR and PHP? I have heard that RoR is less scalable than PHP since RoR has a little more overhead with its MVC framework while PHP is more low level and lighter. This is a bit vague - can anyone explain better?
© Stack Overflow or respective owner