I need to use Core Data inside NSOperationQueue operations. I've heard that it's sufficient to create an NSManagedObject instance for every single NSOperation or Thread, and then Core Data won't have multithreading-problems. Is this correct?
Would the other MOC's be updated automatically when others get modified in NSOperations?