On 11/23/05, Damien McKenna <[EMAIL PROTECTED]> wrote: > > However, my voiced concerns about scalability (of applications) in > There are lots of sites out there that receive lots of traffic and have > lots of data, e.g.:
Everyone seems to misunderstand my comment about scalability in connection with Rails and code generation so I'll try to make it clearer: I am not talking about scalability of performance. If you have a simple CRUD app I'm sure it flies with Rails or whatever even with lots of traffic. Good for you. I am talking about scalability of application complexity. As your application gets more complex, code generation breaks down. It might give you a good start on a prototype but the further you get from the simple CRUD app, the more code you write and the less the code generator helps you. In fact, a lot of these generators actually get in the way of complex apps and you end up rewriting even the core portion that the generator started you off with. Does that make my concern clear? -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225098 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

