Comments on: Clean up your toys when your done: Fighting memory leaks in your scripts http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/clean-up-your-toys-when-your-done-fighting-memory-leaks-in-your-scripts/ Wed, 25 Nov 2009 03:06:44 +0000 http://wordpress.org/?v=2.6.2 By: Jlees http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/clean-up-your-toys-when-your-done-fighting-memory-leaks-in-your-scripts/#comment-41 Jlees Fri, 12 Dec 2008 15:28:30 +0000 http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/clean-up-your-toys-when-your-done-fighting-memory-leaks-in-your-scripts/#comment-41 Tony, Excellent [A href="http://blogs.msdn.com/ericlippert/archive/2004/04/28/122259.aspx"]article on vbscript's memory management[/A] it expands on the topic and even claims that vbscript will automatically clear up itself when the object goes out of scope... but goes on to say if it's not broken why fix it. Thanks for adding to the discussion... keep 'em coming! Tony,

Excellent article on vbscript’s memory management it expands on the topic and even claims that vbscript will automatically clear up itself when the object goes out of scope… but goes on to say if it’s not broken why fix it.

Thanks for adding to the discussion… keep ‘em coming!

]]>
By: TonyLongson http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/clean-up-your-toys-when-your-done-fighting-memory-leaks-in-your-scripts/#comment-39 TonyLongson Fri, 12 Dec 2008 10:29:32 +0000 http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/clean-up-your-toys-when-your-done-fighting-memory-leaks-in-your-scripts/#comment-39 Oops, the link didn't appear: http://blogs.msdn.com/ericlippert/archive/2004/04/28/122259.aspx Oops, the link didn’t appear:

 <a href="http://blogs.msdn.com/ericlippert/archive/2004/04/28/122259.aspx" title="http://blogs.msdn.com/ericlippert/archive/2004/04/28/122259.aspx" target="_blank">http://blogs.msdn.com/ericlippert/archiv…</a>

]]>
By: TonyLongson http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/clean-up-your-toys-when-your-done-fighting-memory-leaks-in-your-scripts/#comment-38 TonyLongson Fri, 12 Dec 2008 10:27:43 +0000 http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/clean-up-your-toys-when-your-done-fighting-memory-leaks-in-your-scripts/#comment-38 Eric Lippert (architect of VBScript) had this to say on setting objects to Nothing in VBScript: [A href="http://blogs.msdn.com/ericlippert/archive/2004/04/28/122259.aspx"] Eric Lippert (architect of VBScript) had this to say on setting objects to Nothing in VBScript:

]]>