Re: [ANN] New UKUpdateChecker (NiftyFeatures 0.3)
Re: [ANN] New UKUpdateChecker (NiftyFeatures 0.3)
- Subject: Re: [ANN] New UKUpdateChecker (NiftyFeatures 0.3)
- From: Alastair Houghton <email@hidden>
- Date: Tue, 23 Mar 2004 16:01:58 +0000
On 23 Mar 2004, at 14:05, Kevin Ballard wrote:
>
Could it be related to the fact that I post a notification in a
>
detached thread and
>
catch it elsewhere? When I do this, does it catch it in the main
>
thread, or does it catch it in the detached thread?
AFAIK notifications are processed in the thread that posted them, so
they aren't suitable for inter-thread communication. That's probably
your problem.
You probably want
-performSelectorOnMainThread:withObject:waitUntilDone:, although you
can use Distributed Objects or other techniques e.g. if you need to run
on OS X versions earlier than Jaguar.
Kind regards,
Alastair.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.