Will the memory rise if I loads a same URL for 1000 times in Adobe AIR?
Posted
by Yinan
on Stack Overflow
See other posts from Stack Overflow
or by Yinan
Published on 2010-04-07T13:33:00Z
Indexed on
2010/04/07
18:33 UTC
Read the original article
Hit count: 192
Hi,
Here is the case: I have created a test application which simply loops to load a same url for 1000 times by using HTMLLoader class from Adobe AIR. What I found is that the memory of this app keeps rising.
So is this expected? I mean it's the same URL although it get loaded for 1000 times. Does the AVM create 1000 objects behind the scene?
© Stack Overflow or respective owner