Re: CoreData XML / SqLite differences
Re: CoreData XML / SqLite differences
- Subject: Re: CoreData XML / SqLite differences
- From: Bill Bumgarner <email@hidden>
- Date: Thu, 4 May 2006 00:39:17 -0700
On May 3, 2006, at 10:02 PM, Greg Hoover wrote:
On May 3, 2006, at 8:08 PM, Bill Bumgarner wrote:
....
What threading model are you using to manage access to Core
Data? In particular, how many managed object contexts do you have.
(Hint: If the answer is "1 managed object context used across
multiple threads", the answer will be that your code isn't doing
threading correctly.)
b.bum
Thanks for the tip. I found the Apple doc related to this. I
realize now that I didn't have an issue with XML stores because the
data is read into memory.
That'd be this document:
http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/
Articles/cdMultiThreading.html
b.bum
_______________________________________________
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