A month has passed and our SOAP replacement has stabilised and is as robust as the webservices.htc solution we were initially using.
While researching (googling) some of the issues we have encountered with our product teams using the AJAX Framework we have discovered some issues with regards to the way ActiveX (Native Object) are used in ECMAScript and great care needs to be taken to prevent the creation of closures with these ActiveX objects.
Internet explorer does not carry out effective garbage collection of ECMAScript objects, specifically those with closures on Native Objects.
To prevent memory leaks, it is especially important to prevent accidental closures
No comments:
Post a Comment