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 01:47:54 +0100
On Sunday, November 11, 2001, at 01:28 , R. Tony Goold wrote:
Notifications aren't thread safe, either :)
I can't imagine any other purpose for NSDistributedNotificationCenter.
What about inter-task communication? That's what it was designed for and
it's the only supported usage.
I'm using it quite often for event-type communication (e.g. "connection
established").
andy