arrayresize didn't matter really, but a good point for sure. With debugging on, times increased by about 4 to 5 fold, already caught that one!
danke DK On 8/29/06, Ryan, Terrence <[EMAIL PROTECTED]> wrote: > > I have a feeling that it will take a couple passes to improve the > performance of the operation. > > Are you using ArrayResize to allocate the size of the array before hand? > This helps the performance of Large Arrays. > > Are you a CFC function to assign the results to a bean, and repeating > all 1100 times? > If so is debugging turned on? > If this is true than maybe you are collecting so much > debugging info > that it is impacting performance. > > That's what I have without seeing any code. > > > Terrence Ryan > Senior Systems Programmer > Wharton Computing and Information Technology > > E-mail: [EMAIL PROTECTED] > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251388 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

