Re: garbage collection and NSConnection
Re: garbage collection and NSConnection
- Subject: Re: garbage collection and NSConnection
- From: "Sean McBride" <email@hidden>
- Date: Mon, 7 Jul 2008 13:33:45 -0400
- Organization: Rogue Research
On 7/6/08 11:18 PM, Hamish Allan said:
>--------
>collectExhaustively
>Tells the receiver to collect iteratively.
>
>- (void)collectExhaustively
>
>Discussion
>You use this method to indicate to the collector that it should
>perform an exhaustive collection. Collection is subject to
>interruption on user input.
>
>Availability Available in Mac OS X v10.5 and later.
>Declared In NSGarbageCollector.h
>--------
>
>"Collection is subject to interruption on user input" -- with no
>mention of when it might be re-started.
There's always the lower-level:
objc_collect (OBJC_EXHAUSTIVE_COLLECTION |
OBJC_WAIT_UNTIL_DONE);
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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