Sean just wanted to revisit something, which is sort of related in a way.
Am I right in my assumption that nested CFINCLUDES/CUSTOM TAGS cause
performance issues in CFMX?  I am fully aware that they are bad coding
practice but just wanted to clarify this point.

Kind Regards - Mike Brunt
Webapper Services LLC
Web Site http://www.webapper.com
Blog http://www.webapper.net

Webapper <Web Application Specialists>

-----Original Message-----
From: Sean A Corfield [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 8:37 AM
To: CF-Talk
Subject: Re: CFC Performance Best Practice

On Monday, Mar 24, 2003, at 07:24 US/Pacific, Ian Skinner wrote:
> The question I have, is there any performance advantages and/or
> disadvantages to one large CFC file versus several smaller ones?

Not really (in terms of real-world, "under load" performance).

> Currently I have everything in one CFC file.  The tasks could probably
> be
> logically broken up into three or four smaller CFC files by function
> type.

In terms of maintainability and readability - which should generally be
overwhelming concerns - you almost certainly want to break your CFC up
into more logical components.

Whilst I don't want to minimize performance issues, they really should
take a back seat to maintainability issues. Remember that
macromedia.com's back end is built heavily on CFCs using design
patterns and a lot of good OO practice - and it handles over 15,000
active sessions during peak traffic.

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to