Thanks Dale, Dustin and Andrew! I'll try clearing out the variables manually and see if that helps.
Jonathon -----Original Message----- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Monday, December 17, 2007 10:48 PM To: CF-Talk Subject: RE: memory issues I will second that, the one thing (and yes I will include me on this one) is that even though the Garbage collection does a good job. Under heavy load it is not smart enough to know what we want when we want it. And it is a trap that most do not think about. So in the old days of allocating memory in C/C++, it is also a good idea to destroy a variable as soon as it is no longer needed. I am not saying all, but at least in cases like this. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 9015 8628 Mobile: 0404 998 273 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294998 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

