NSManagedObjectContext saving/merging over multiple threads through notifcation center issue?

I think the first works because of the asynchronous dispatch. Without that, the notification center will pause until any particular notification completes. The problem you were getting sounds like a typical stall in which the code just pauses without error until eventually the debugger times out.

Not sure if this helps, but where you have nil for the queue try using a generic queue. Take a look at the receptionist design pattern in the apple docs.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions