Re: NSWindowController retain counts, chapter 2
Re: NSWindowController retain counts, chapter 2
- Subject: Re: NSWindowController retain counts, chapter 2
- From: James Walker <email@hidden>
- Date: Tue, 07 Oct 2008 12:20:27 -0700
Shawn Erickson wrote:
Based on what you are describing it sure sounds like some long lived
auto-release pool exists that is collecting objects to release yet
isn't being draining in a timely fashion.
Maybe so, but if so it's created by the OS, not me. I've done a global
search of my code for NSAutoreleasePool.
(of course I do wonder why you are still using Carbon event
management, it really is time to be switching off of that)
Because I still have a bunch of PowerPlant windows, and changing the event
management seemed riskier than not doing so.
Not knowing your target market or time line for your this project...
but the future is fairly quickly approaching and that future has
limited support for Carbon based UI (at least in one branch of the
world). You may want to pay the price sooner rather then later.
All I can say is, right now I can't spend months doing work with little
discernible benefit to the user.
--
James W. Walker, Innoventive Software LLC
<http://www.frameforge3d.com/>
_______________________________________________
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: | |
| >NSWindowController retain counts, chapter 2 (From: James Walker <email@hidden>) |
| >Re: NSWindowController retain counts, chapter 2 (From: Graham Cox <email@hidden>) |
| >Re: NSWindowController retain counts, chapter 2 (From: James Walker <email@hidden>) |
| >Re: NSWindowController retain counts, chapter 2 (From: Graham Cox <email@hidden>) |
| >Re: NSWindowController retain counts, chapter 2 (From: James Walker <email@hidden>) |
| >Re: NSWindowController retain counts, chapter 2 (From: Negm-Awad Amin <email@hidden>) |
| >Re: NSWindowController retain counts, chapter 2 (From: James Walker <email@hidden>) |
| >Re: NSWindowController retain counts, chapter 2 (From: "Shawn Erickson" <email@hidden>) |
| >Re: NSWindowController retain counts, chapter 2 (From: James Walker <email@hidden>) |
| >Re: NSWindowController retain counts, chapter 2 (From: "Shawn Erickson" <email@hidden>) |