• 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: Are there any NSUserDefaults keys which aren't valid?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Are there any NSUserDefaults keys which aren't valid?


  • Subject: Re: Are there any NSUserDefaults keys which aren't valid?
  • From: Derrick Bass <email@hidden>
  • Date: Thu, 26 Jan 2006 16:35:06 -0600


On Jan 26, 2006, at 1:32 PM, j o a r wrote:


On 26 jan 2006, at 20.20, John Stiles wrote:

@synchronized may not be a sufficient workaround. When the AppKit docs say that something isn't thread-safe, you are required to run it on the main thread. Violate that contract and you are in "unspecified behavior" territory.

Absolutely true! But, like was pointed out in the other thread on this topic a few days ago:



I don't understand why people keep saying this. Is the following documentation simply incorrect?


From <http://developer.apple.com/documentation/Cocoa/Conceptual/ Multithreading/articles/CocoaSafety.html> we have:
"The classes and functions in the following table are generally considered to be thread-safe. You can use them from multiple threads without first acquiring a lock."
and
"The classes and functions in the following table are generally not thread-safe. Some of these items may be made thread-safe in the future but for now you should use a lock or the @synchronized directive if there is a potential for access by multiple threads. For some objects, like NSAppleScript, you should use the object only from your application’s main thread. Check the class documentation to see if any additional guidelines are available."


Derrick

_______________________________________________
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


  • Follow-Ups:
    • Re: Are there any NSUserDefaults keys which aren't valid?
      • From: Jonathan del Strother <email@hidden>
References: 
 >Are there any NSUserDefaults keys which aren't valid? (From: Jonathan del Strother <email@hidden>)
 >Re: Are there any NSUserDefaults keys which aren't valid? (From: j o a r <email@hidden>)
 >Re: Are there any NSUserDefaults keys which aren't valid? (From: Jonathan del Strother <email@hidden>)
 >Re: Are there any NSUserDefaults keys which aren't valid? (From: John Stiles <email@hidden>)
 >Re: Are there any NSUserDefaults keys which aren't valid? (From: j o a r <email@hidden>)

  • Prev by Date: Re: Fix Depracated call in Apple Sample Code?
  • Next by Date: NSDrawer - max. size
  • Previous by thread: Re: Are there any NSUserDefaults keys which aren't valid?
  • Next by thread: Re: Are there any NSUserDefaults keys which aren't valid?
  • Index(es):
    • Date
    • Thread