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: Matt Ronge <email@hidden>
- Date: Sun, 27 Nov 2005 01:19:59 -0600
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