- see footer for list info -<
Adam Reynolds wrote:
- see footer for list info -<
BTW <CFSETTING ENABLECFOUTPUTONLY="Yes"> in your application.cfm (why not use application.cfc?)... isn't this a massive overhead for each page? As any text will need cfoutput around it. Which means cf will need to process each 'section' even if you are just putting text on the screen.

Isn't that just the way CF used to work, when it had an interpreter and wasn't based on java. Maybe I'm wrong, but I would have assumed that cfoutput has no overhead seeing as the cfml basically gets converted into classes that are executed within a servlet container. Surely anything which is just text gets sent directly to the servlet output stream? I'd be interested to know whether my assumptions are wrong, though I'd be very, very surprised if using cfoutput unncessarily results in an overhead significant enough to give much consideration.

Warning: this message is overloaded with assumptions ;-)
_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to