-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restart app after a lot of downloads #1
Comments
Interesting problem. I have not see that before. I never download enough Maybe titanium is doing it. Somehow it loads all the file name in memory or David On Thu, Jan 26, 2012 at 1:14 AM, Henri-Maxime Ducoulombier <
|
I've traced a bit more and it appears everything runs fine until I try to open an xhr object, as if this function is not available until all this background task is not complete. I'll try to post a sample code sometime soon. |
Interesting. Yeah it would be great if you share your code with others. :-) Sent from my iPhone On Jan 27, 2012, at 1:52 AM, Henri-Maxime [email protected] wrote:
|
I can't share the exact code of this because it actually belongs to the company I work for, but I'll try and make a snippet of this case and post to gist or something for you to see. |
I'm creating an issue because I couldn't find another way to contact you.
I'm using quite a similar class to download images to the ApplicationData directory of my app. It really works the same way, with a download queue, callbacks after each file and a "global" callback in the end.
I'm having some sort of an issue on iOS (iPad) after I download a lot of files to the devices. they also take a lot of space (photo albums).
When I quit and restart the app, the app is very slow at startup, as if iOS was indexing the directory or doing some background work I have no control. Have you seen or come around something similar ?
The text was updated successfully, but these errors were encountered: