Re: How to use CoreData with multiple threads and ManagedObjectContexts
Re: How to use CoreData with multiple threads and ManagedObjectContexts
- Subject: Re: How to use CoreData with multiple threads and ManagedObjectContexts
- From: Peter Sampson <email@hidden>
- Date: Sat, 26 Nov 2005 21:27:48 -1000
Hi,
I was just looking at BackgroundFetching myself.
I think you need to download the new XCode 2.2
Cheers,
Peter
On Nov 26, 2005, at 9:19 PM, Matt Ronge wrote:
See /Developer/Examples/CoreData/BackgroundFetching for an example
of how to work with multiple contexts in multiple threads, and
how to do change propagation yourself. The short summary is to
use an SQLite persistent store, save the context where you make
the changes, send the object IDs for changed objects to your
other thread, and have the other thread refresh its objects with
those IDs.
I just looked in my developer/examples folder and I am unable to
find the BackgroundFetching sample code. I also did a google search
and I searched Apples dev site as well. Am I missing something?
Does it have a different name?
Thanks,
--
Matt Ronge
www.theronge.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden