Re: NSManagedObjectContextObjectsDidChangeNotification
Re: NSManagedObjectContextObjectsDidChangeNotification
- Subject: Re: NSManagedObjectContextObjectsDidChangeNotification
- From: mmalcolm crawford <email@hidden>
- Date: Thu, 12 May 2005 13:48:02 -0700
On May 12, 2005, at 1:42 PM, SA Dev wrote:
For efficiency sake, you'd probably want to limit it to the
specific context whose notifications you want to observe. Unless of
course you have only one context, then it shouldn't make any
difference.
Does anybody have any useful pointers here that may bolster or
differ from my point?
Yes, it would certainly be more efficient to only observe the context
whose change notifications you're interested in.
Even if you only have one context at the outset, it may also make
sense to register for notifications from that just in case you add
another later...
(All depending on exactly what is your application architecture...)
mmalc
_______________________________________________
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