Great Article on Objective-C Memory Management

Colin Wheeler posted a most excellent article on proper memory management in Objective-C that is among the best I have ever seen that actually includes some practical best practices in sticky situations (like when to take momentary ownership of an object that may be accessed concurrently to ensure it lives during the context of an operation to be performed on it).