On Wed, May 6, 2009 at 1:05 PM, Jerry Krinock <[email protected]> wrote:
>> In any case using multiple MOCs for different jobs is a good idea. > > Accessing the same store? I always thought that was a bad idea, but I'll > give it some thought. Using multiple MOCs with a single persistent store coordinator is supported. It is pattern #1 in the Core Data threading documentation. http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articles/cdMultiThreading.html#//apple_ref/doc/uid/TP40003385-SW2 Jim _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
