Re: autosavesInPlace and Core Data (was: and sandbox)
Re: autosavesInPlace and Core Data (was: and sandbox)
- Subject: Re: autosavesInPlace and Core Data (was: and sandbox)
- From: Mike Abdullah <email@hidden>
- Date: Wed, 12 Sep 2012 09:34:30 +0100
On 12 Sep 2012, at 06:30, Jerry Krinock <email@hidden> wrote:
>
> On 2012 Sep 09, at 06:50, Mike Abdullah <email@hidden> wrote:
>
>> Some of the problem is that adopting async saving can be quite hard so many apps haven't yet, or do so poorly.
>
> Also, NSPersistentDocument (Core Data) was found to be incompatible with asynchronous saving in Mac OS X 10.7. Does anyone know if this has been fixed in 10.8?
Nothing has changed there. To adopt async saving with Core Data you need to setup a child and parent context, which NSPersistentDocument isn't designed around. What's slowing your saves down though? Core Data in theory is pretty fast as the SQLite store is incremental.
_______________________________________________
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