Here's some questions I have about cffile... maybe someone can help me out.

1. All I've been able find out about performance, is that "extensive" use of
cffile will create a performance problem because of the slow nature of disk
I/O.  What is extensive?

2. As far as disk access is concerned, what's the difference between CF
reading a file using cffile, and inculding one using cfinclude?

3. Which of the following (if either) is better?

  <cffile action="read" file="test.xml" variable="foo">

  -OR-

  <cfsavecontent variable="foo">
    <cfinclude template="test.xml">
  </cfsavecontent>


-Brad


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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