• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSDictionary @synchronize to read multiple objects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSDictionary @synchronize to read multiple objects


  • Subject: Re: NSDictionary @synchronize to read multiple objects
  • From: Ken Thomases <email@hidden>
  • Date: Thu, 10 Apr 2014 10:32:40 -0500

On Apr 10, 2014, at 5:29 AM, Roland King wrote:

> On 10 Apr, 2014, at 6:20 pm, Dave <email@hidden> wrote:
>
>> I was confused by this:
>>
>>> It also doesn't make sense to synchronize on the myDict object.  That's what is in flux.  You should synchronize on "self", the object which owns and manages myDict.
>>
>> Surely as long as every access to the dictionary is @synchronized to the same entity it’s fine?

> Yes but that's not what he's doing, he's not mutating the dictionary (even though it's mutable), he's replacing one dictionary with another one. So the point of synchronizing on self in that case is to prevent the dictionary being swapped out between calls.

Between or even during.  Correct.  And furthermore, when the dictionary is swapped out, the old one is presumably released.  If that was the last reference, then it would be deallocated.  Synchronizing on an object in one thread that may be deallocated in another is a very bad idea.

Regards,
Ken


_______________________________________________

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


References: 
 >Re: NSDictionary @synchronize to read multiple objects (From: Trygve Inda <email@hidden>)
 >Re: NSDictionary @synchronize to read multiple objects (From: Dave <email@hidden>)
 >Re: NSDictionary @synchronize to read multiple objects (From: Roland King <email@hidden>)

  • Prev by Date: Re: NSTask: program launching another program, potential problem with path: how to do?
  • Next by Date: Re: NSButton/NSBox interaction
  • Previous by thread: Re: NSDictionary @synchronize to read multiple objects
  • Next by thread: Random crashes
  • Index(es):
    • Date
    • Thread