very interesting - memory leak info
i found that if i have a javascript array with large sets of data and i refresh the page, memory usage grows. i am doing this in IE.
i found the fix to this is to add a cleanup method on the onunload() method. in this cleanup routine, i simply set the javascript array myData = null.
this does the trick and stops the build up of memory usage.
i found the fix to this is to add a cleanup method on the onunload() method. in this cleanup routine, i simply set the javascript array myData = null.
this does the trick and stops the build up of memory usage.
Joel
October 10,