Everything is relative. A lot of time was spent, for example, improving the speed of CFCs in MX 6.1 - so they are much faster than Custom Tags now. But some time was also spent improving Custom Tags - so they are faster than they've ever been.
In general it still seems that in order of speed you see "function", "CFC", then "Custom Tag" (before MX 6.1 the last two were switched). (You can see this easily - just create a "Hello World" function, CFC and custom tag and run them 1000 times in a GetTickCount()) BUT - all of these are running so fast now this should only be a concern if you're instantiated thousands. I'm all for enhancing performance, but the decision to use these is definitely architectural and shouldn't be impacted by performance concerns. At least in my opinion. ;^) Jim Davis > -----Original Message----- > From: Adam Churvis [mailto:[EMAIL PROTECTED] > Sent: Friday, September 19, 2003 10:47 AM > To: CF-Talk > Subject: Re: So... cfmodule is slow...? > > With all due respect, I beg to differ. In CFMX 6.1, CFMODULE is not slow > at > all when you're using the template="" syntax. > > Sean, would you please tell me if you think my statement above is > incorrect? > > Respectfully, > > Adam Phillip Churvis > Member of Team Macromedia > > Advanced Intensive ColdFusion MX Training > ColdFusion MX Master Class: > September 22 - 26, 2003 > http://www.ColdFusionTraining.com > > Download CommerceBlocks V2.1 and LoRCAT from > http://www.ProductivityEnhancement.com > > The ColdFusion MX Bible is in bookstores now! > ----- Original Message ----- > From: "Calvin Ward" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Friday, September 19, 2003 5:10 AM > Subject: So... cfmodule is slow...? > > > > http://www.corfield.org/coldfusion/coding_standards/performance.html > > > > But is it slower than cf_ ? > > > > - Calvin > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137680 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

