Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

3 items tagged “memoryleaks”

IE ActiveX(“htmlfile”) Transport, Part II. Fascinating tricks for working around IE memory leaks using explicit CollectGarbage() calls and setInterval() to an empty function. 0 19th November 2007, 11:48 am

Apparently if you try to remove/destroy/trash a FORM dom node in IE6, it won’t delete it, instead creating a bizarre orphaned node stuck sucking up memory until the browser window is refreshed.

Jon Sykes 0 20th September 2007, 1:04 pm

Fixing GC issues on IE 6: New IE download. Microsoft have released Windows Script Host / Script Runtime version 5.7, which apparently cleans up a bunch of IE 6 memory leaks. 0 17th August 2007, 11:50 pm

A django site