Re: Core Data, bindings and synchronizing.
Re: Core Data, bindings and synchronizing.
- Subject: Re: Core Data, bindings and synchronizing.
- From: "Justin R. Miller" <email@hidden>
- Date: Fri, 16 Feb 2007 19:25:29 -0500
On Feb 16, 2007, at 9:14 AM, Jim Correia wrote:
You only need more than one managed object context in the case
where you want separate scratchpads in which to work. One example
of why you might want to do this is that you want to make a few
discrete changes, and save them, independently of changes in
another context.
Or, when necessity dictates it, such as when you need to work with
Core Data in a non-main thread. Core Data is not thread safe and you
will need an alternative managed object context in this case.
--
Justin R. Miller
Code Sorcery Workshop
http://codesorcery.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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