On Nov 10, 2009, at 8:15 AM, Ruotger Skupin wrote:

> True, but as I found out the hard way, using Core Data multithreaded and 
> Bindings at the same time is a very bad idea and will lead you into a world 
> of pain. 

This is part of the reason for Core Data’s recommended thread isolation policy: 
Use a separate NSManagedObjectContext per thread.

If you follow this recommendation, instead of attempting to share objects from 
a single context between multiple threads, then there should be no problems 
using Core Data multithreaded.

  — Chris

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to