yes I know i was just perb'd cause during the previous thread the mentioned poster was ripping on flash for the same thing and attempting to point out the argument to use dhtml instead but conveniently didn't mention the fact that dhtml does the same thing, probably more so. Considering they think they are so great I just kind of found it a bit unreasonable.
---------------------------------------- From: Keith Gaughan <[EMAIL PROTECTED]> Sent: Tuesday, March 08, 2005 8:29 AM To: CF-Talk <[email protected]> Subject: Re: OT: Memory Leak in Browsers? dave wrote: > You are pretty good at pointing out all the negative things so i am > kinda shocked you withheld that. Dave, you really are overestimating the whole impact of this. The problem only really occurs when you're using closures that directly or indirectly hold on to references to native objects, creating circular references outside of the scope of the garbage collector. It's not actually that big a deal. I'd even be possible for the browser to avoid this problem altogether if a single memory allocator was used by both the ECMAScript engine and the rest of the browser, though this isn't feasible in some. Anyway, this problem is Memory Management 101. You can have memory leaks with any language. Java has them, so does ColdFusion (pre and post MX), I've noticed them with O'Caml (albeit not as much for some reason), Lua, and Python, and a host of others. Methinks the gentleman doth protest too much. K. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197905 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

