Speed should be the same or darn close.....there may have a been a time this wasn't true...but I believe it is now.
I'm passing very site-specific objects to > my module, which makes me reluctant to have it stored in a global location > accessible by all sites on the server. So at the moment, I'm prefering the > manual <cfmodule> calls to a registered custom-tag. You could put the custom tag template in the directory it's being called from instead of the default custom tags directory...then only you have access to it. Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com Notice: This message, including any attachments, is confidential and may contain information that is privileged or exempt from disclosure. It is intended only for the person to whom it is addressed unless expressly authorized otherwise by the sender. If you are not an authorized recipient, please notify the sender immediately and permanently destroy all copies of this message and attachments. ----- Original Message ----- From: "Jonathon Stierman" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Thursday, August 09, 2007 9:19 AM Subject: RE: cfmodule use > I've got a working version using <cfmodule> now -- thankfully it was pretty > easy. The whole start tag/end tag thing threw me a curveball (why the > blazes is this displaying twice??), but it's up and running. > > Questions on the custom-tag. Is there any performance difference between > this setup and the cfmodule tag? I'm passing very site-specific objects to > my module, which makes me reluctant to have it stored in a global location > accessible by all sites on the server. So at the moment, I'm prefering the > manual <cfmodule> calls to a registered custom-tag. > > As for putting it inside a CFC. I like this idea the most, but I'm hesitant > to put display HTML code (which is essentially the point of this module) > inside a CFC. I'd love your input on this. I've always been a > don't-include-HTML-inside-your-CFC's kind of guy -- but I'm wondering > whether you guys would consider this better than the custom-tag solution? > Would it irk you to see display HTML inside a CFC? > > Jonathon > > -----Original Message----- > From: Bryan Stevenson [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 09, 2007 10:47 AM > To: CF-Talk > Subject: Re: cfmodule use > > I'd say CFMODULE (I used to use it for a similar task back around version 5) > > should work for you, but you could also write a custom tag (with the > attributes > you mentioned) or even a CFC > > Aren't options great....now you have to pick one ;-) > > Cheers > > Bryan Stevenson B.Comm. > VP & Director of E-Commerce Development > Electric Edge Systems Group Inc. > phone: 250.480.0642 > fax: 250.480.1264 > cell: 250.920.8830 > e-mail: [EMAIL PROTECTED] > web: www.electricedgesystems.com > > Notice: > This message, including any attachments, is confidential and may contain > information that is privileged or exempt from disclosure. It is intended > only for the person to whom it is addressed unless expressly authorized > otherwise by the sender. If you are not an authorized recipient, please > notify the sender immediately and permanently destroy all copies of this > message and attachments. > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285847 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

