Thank you for the suggestion. I've tried setting up event driven calls to
dispose objects in small batches.

IE appears to only process some of the callbacks. It seems that after some
time period the browser refreshes regardless of whether there are remaining
callbacks to be processed,  leaving many of the objects undisposed.

When the object disposal all happens within one execution sequence with no
breaks, IE waits for it to finish. This is the current solution in Qooxdoo
which works fine as long as the object disposal does not require more than 5
million statements to be executed.

I'll update this post if I find a solution. 

Thanks,

Chris
-- 
View this message in context: 
http://n2.nabble.com/Script-busy-error-in-IE-on-page-refresh-tp4588360p4613517.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to