View Single Post
Old 06-19-2007, 06:52 PM   #9 (permalink)
emerrill
 
Join Date: Jun 2007
Posts: 127
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Originally Posted by ebrunn View Post
Can somebody explain what the one means?

It means that the total memory size in javascript (like objects/variables/etc) is limited to 10MB, which is pretty large. The 5 seconds means that each javascript execution will be killed if it takes more then 5 seconds.

The one problem that I see, depends how this is implemented.

So in AJAX, you have to fetch some new data from the server. The way that is stated, if that fetch were to take longer then 5 seconds (including whatever needs to be done with the fetch data), which is very easy to do, esp over edge, the process could be killed. I would assume they thought that out a little better than that, but like everything else about the iPhone, we need more info from the horses mouth.
emerrill is offline   Reply With Quote