Re: CoreData multithreading with Bindings question: do Bindings lock?
Re: CoreData multithreading with Bindings question: do Bindings lock?
- Subject: Re: CoreData multithreading with Bindings question: do Bindings lock?
- From: Ruotger Skupin <email@hidden>
- Date: Thu, 5 Apr 2007 14:19:10 +0200
Am 04.04.2007 um 19:35 schrieb Ruotger Skupin:
Hi,
do Bindings lock the context when accessing it?
Just for the record, the answer to this question seems to be:
No, Bindings do not lock the context. If you do use Bindings you have
to use a different context for each thread. (which is a good idea
anyway, you would have to lock the shared context for every single
access to a managed object, both read and write)
(Please correct me if I'm wrong)
Roddi
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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