On 12 Sep 2012, at 06:30, Jerry Krinock <[email protected]> wrote: > > On 2012 Sep 09, at 06:50, Mike Abdullah <[email protected]> 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 protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
