On Friday, August 2, 2002, at 02:43 , Brook Davies wrote: > Are CFC's faster the cf_tags? I realize there are a number of other > benefits to using cfc's, but would converting a cf_tag to a CFC encourage > it to run faster without any additional changes to the code?
In the past, custom tags have been maligned for being slow. CFMX levels the playing field: custom tags, UDFs and CFCs are all about the same speed. The choice of which to use is now a design issue. My feeling is that custom tags are good for content formatting, CFCs are good for most tiers behind content formatting. Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

