Re: Threading, save panels, and segfaults
Re: Threading, save panels, and segfaults
- Subject: Re: Threading, save panels, and segfaults
- From: Andreas Monitzer <email@hidden>
- Date: Sun, 11 Nov 2001 03:40:27 +0100
On Sunday, November 11, 2001, at 02:28 , R. Tony Goold wrote:
I haven't actually used an NSDistributedNotificationCenter for
inter-thread communication, but it wouldn't imagine it presenting any
more difficulties than inter-task communication, would it?
Or are tasks prevented from receiving notifications they post? The
scenario I imagine is a thread leaving a notification that only the GUI
thread observers, and using that for inter-thread communication. Is
this not possible, or simply not supported?
AFAIK it's not supported, and I haven't tried it myself. Additionally,
it might not be wise to distribute internal application information to
the whole system (passwords etc).
andy