maps.huge.info [Maps API Guru] wrote: >> In the case of Internet Explorer, it just counts JavaScript statements >> executed without a "yield" (timer interrupt / user interaction). >> >> http://support.microsoft.com/kb/175500 >> >> A fast CPU just reaches the 5 million statement limit sooner. I have >> changed my registry to virtually unlimited (0x7FFFFFFF). Some of my >> HTA scripts chug all night long. >> > > I never knew this before. Quite interesting really. Typical for MS > though, faster CPU = problems just occur faster. Love it.
Also splitting processing up via setTimeouts can break it up so it works better... all be it very funky way to code. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
