Google Gears hangs when capturing (unmanaged resource store)
Posted
by Gus
on Stack Overflow
See other posts from Stack Overflow
or by Gus
Published on 2010-06-05T22:35:22Z
Indexed on
2010/06/05
22:42 UTC
Read the original article
Hit count: 206
google-gears
Our code was written based on the example from Google Gears' own docs. We're using an unmanaged resource store. So we declare the files in an array, create the store, and capture all the files.
Trouble is, the capturing process hangs. It always hangs on a random file (no discernible pattern has emerged), and when you reload the page, it always successfully captures.
We're capturing 48 files. It seems to have nothing to do with the files themselves, as it hangs on every file type. I've seen it hang on the 6th file or the 47th. Windows and Mac. FF, IE, and Safari.
We are not using a WorkerPool, and I'm thinking this may be necessary. Any other ideas why it would hang?
© Stack Overflow or respective owner