At 12:01 PM 08/06/2001 -0400, you wrote:
> > Again, after reading this in CFDJ, I tried a test.
> > Setting 100
> > variables using cfset and the same 100 variables
> > inside of cfscript
> > both take the same amount of time, within a few
> > milliseconds.
>
>The only test I ever did showed that CFSET was
>significantly faster than setting the variables in
>CFSCRIPT, although everything i read says that CFSCRIPT is
>faster.

   I really think it has something to do with the number of CFSETs you 
perform.  I believe the number most commonly quoted is 3.  A CFSCRIPT block 
with 3 assignments is quicker than three CFSETs.


--
Jeffry Houser | mailto:[EMAIL PROTECTED]
AIM: Reboog711  | ICQ: 5246969 | Phone: 860-229-2781
--
I'm looking for a room-mate in the Hartford CT area, starting in August
--
Instant ColdFusion 5.0  | ISBN: 0-07-213238-8
http://www.instantcoldfusion.com
--
DotComIt, LLC
database driven web data using ColdFusion, Lotus Notes/Domino
--
Far Cry Fly, Alternative Folk Rock
http://www.farcryfly.com | http://www.mp3.com/FarCryFly


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to