Re: Determining Efficency.

2000-04-11 Thread Sharon DiOrio
A great way to determine the actual efficiency of a piece of code is to put it in a loop. Looping over the code multiple times makes the actual numbers more meaningful by ruling out time associated with connections and CF administrative overhead. Specific things to look for include using CFSWITC

Determining Efficency.

2000-04-11 Thread Ben Lowndes
Hi, I'm trying to make some of my scripts as efficent as possible. The script contains quite a few conditions and nests down to about 4 levels in most places. I've tried swapping if-else statements for nested sitch-case. Then repeatedly running the same query a number of times. Watching the Exec