Re: Question about variable creation and memory usage

2006-11-03 Thread Claude Schneegans
>>Is that right, or close? I'd be very surprised there is not some kind of garbage collection somehow. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) T

Question about variable creation and memory usage

2006-11-03 Thread Rick Root
I think I know the answer to this but I wanted to verify with the experts. When you create a variable on a page, it lives until the request is complete, right? And since coldfusion string variables are java string objects... they're immutable, and thus every time you "change" a variable, it cre