Re: CFMessagePort and GC

2008-12-01 Thread Michael Ash
On Mon, Dec 1, 2008 at 12:19 AM, Ryan Brown <[EMAIL PROTECTED]> wrote: > Also, forgot to mention: calling either objc_collect_if_needed() or > [[NSGarbageCollector defaultCollector] collectExhaustively] after releasing > the run loop source and message port doesn't force an immediate > deallocation

Re: CFMessagePort and GC

2008-11-30 Thread Ryan Brown
Also, forgot to mention: calling either objc_collect_if_needed() or [[NSGarbageCollector defaultCollector] collectExhaustively] after releasing the run loop source and message port doesn't force an immediate deallocation. Not sure why. On Nov 30, 2008, at 9:15 PM, Ryan Brown wrote: Hi, W