> The thing I always hear about frameworks is about how much > easier it is to manage but yet all of them really slow down > the apps for the end user which I can't see the good of since > a the apps aren't made for the developers they are made for > the users yet they are penalized so the developers can have > an easier day........
Uh, yah. If you're so concerned about application speed, you really shouldn't be using CF (or any other scripting language). There are all sorts of high-performance alternatives, such as ISAPI and Apache modules. Enjoy writing C++. Without getting into the framework debate (framework vs no framework, framework a vs framework b), easing application maintenance will have a bigger effect on the overall cost of a typical web application than anything else you could do. The only projects that don't require maintenance are the ones that fail. In my experience, I generally haven't seen any significant performance degradation caused by the use of any specific framework, and I've seen a lot of applications. But even if there was some performance degradation, that would generally be a small price to pay if it makes the application significantly easier to maintain. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242691 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

