> Is calling a custom tag by <CF_MyTag> any more efficient
> or inefficient (in terms of memory, processor overhead,
> etc) than calling it by <CFMODULE...>?

I don't know. I've heard opinions on both sides, but haven't seen any
definitive, universal evidence which is faster, and in any case, the
performance differences seem to be minimal.

> I guess I'm trying to ask, if CFMODULE allows you to put tags
> somewhere other than
>    - in the same directory as the calling template, or
>    - in the CustomTags directory
> is there any "price" to pay in calling it via CFMODULE instead of
> as a custom tag?

One price, from a perspective other than performance, is that it makes the
coding of nested custom tags a bit harder, when those nested tags
communicate with the parent tags using CFASSOCIATE or the GetBaseTagData
function.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to