Re: NSDistributedNotificationCenter
Re: NSDistributedNotificationCenter
- Subject: Re: NSDistributedNotificationCenter
- From: Andreas Monitzer <email@hidden>
- Date: Sat, 16 Feb 2002 22:11:23 +0100
On Saturday, February 16, 2002, at 08:30 , Justin Wood wrote:
I have been trying to use the distributed notification center to pass
information between a client and server application. The chatter
between them is simple event based so I opted for this over a
Distributed Objects style of IPC.
Everything works just fine, for a while, after the chatter gets to a
certain level, maybe > 10-15 messages per second, the notifications
just seem to disappear, completely.
NSDistributedNotificationCenter was designed for notifications, not for
communication. Use DO instead! It works fine for events, too, and
there's no risk that other applications might get confused (notification
name conflicts).
andy
_______________________________________________
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.