Re: Should I learn CoreData for this project?
Re: Should I learn CoreData for this project?
- Subject: Re: Should I learn CoreData for this project?
- From: Chris Hanson <email@hidden>
- Date: Tue, 10 Nov 2009 11:19:27 -0800
On Nov 10, 2009, at 8:15 AM, Ruotger Skupin wrote:
> True, but as I found out the hard way, using Core Data multithreaded and Bindings at the same time is a very bad idea and will lead you into a world of pain.
This is part of the reason for Core Data’s recommended thread isolation policy: Use a separate NSManagedObjectContext per thread.
If you follow this recommendation, instead of attempting to share objects from a single context between multiple threads, then there should be no problems using Core Data multithreaded.
— Chris
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden