ihost wrote:Do you have any estimates on how long it takes a typical AJAX page to fully synchronize?
In this case, we take it to mean, for a given AJAX page, how long before it becomes fully stable?
The fact is, there are SOME pages we have seen that NEVER stabilize, in that they continually feed data from the server for possible action by the user. But that is probably not what you meant.
From our experience, about 30 seconds is the longest we have seen a test playback that is looking for a synchronization point in an AJAX page to complete. That is a VERY slow page on a slow connection. Most pages are synchronized within 5-10 seconds.
But "your mileage may vary" and if you have a very slow page to deal with you may need to increase the page synchronization maximum time in order to avoid hitting that limit incorrectly.
eValid Support