Re: Outrunning the Garbage Collector

2009-05-08 Thread Marcel Weiher
Hi Jeffrey, I have a multithreaded application with several NSOperationQueues and it appears as if under heavy load conditions I'm overwhelming the garbage collector so-to-speak. From what you describe, it looks like your analysis is spot on. I essentially have three queues which can be

Outrunning the Garbage Collector

2009-05-07 Thread Jeffrey J. Early
I have a multithreaded application with several NSOperationQueues and it appears as if under heavy load conditions I'm overwhelming the garbage collector so-to-speak. I essentially have three queues which can be processing different types of operations simultaneously. - If I load up