Re: New question about borken NSOperationQueue

2009-04-07 Thread Peter N Lewis
On 01/02/2009, at 5:40 , jurin...@eecs.utk.edu wrote: Previous post indicates that NSOperationQueue only seems to work with ONE queue. It is worse than that, it can crash even with a single queue - the only believed safe case is to a single core processor (ie, the iPhone). Otherwise you

New question about borken NSOperationQueue

2009-01-31 Thread jurincie
I have a computationally intensive modeling application which I NEED to multi-process, I am trying to avoid low level calls to pthread and tcb block. In order to get my GUI running I had to create a NSOperationQueue and run my big method via a NSInvocationOperation. Previous post indicates that