Re: Main Thread autorelease pool, memory usage question?

2008-12-16 Thread Chad Podoski
-firing code. So timers shouldn't be a problem. But there may be other kinds of run loop sources that don't have explicit pools, particularly if you start using CF stuff since CF is below the concept of autorelease pools. -Ken On Mon, Dec 15, 2008 at 6:53 PM, Chad Podoski c...@bluelavatech.com

Main Thread autorelease pool, memory usage question?

2008-12-15 Thread Chad Podoski
I have a process that is uploading images. My issue is as following, when uploading a large number of images and my application does not have focus, memory usage continues to climb until it is maxed out, causing the app to hang/crash. On the other hand, if the app has focus and the user