RE: IPC between daemon -> non root app?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Thankfully, I'm only concerned with 10.3 and above. thanks, Philip Lukidis
-----Original Message----- From: Stephane Sudre [mailto:ssudre@intego.com] Sent: Tuesday, November 15, 2005 12:59 PM To: Philip Lukidis Cc: 'darwin-dev@lists.apple.com' Subject: Re: IPC between daemon -> non root app?
On 15 Nov 2005, at 17:49, Philip Lukidis wrote:
Would CFNotificationCenter work? Or CFSocket? I'll read up about these types.
thanks,
I've been using CFDistributedNotification or NSDistributedNotification for 4 years and it has been working fine for the project I'm working on.
The only caveat I've been told about this is that on Mac OS X 10.2, the object of the distributed notification can be nil when you receive it. But that's not a problem since I'm using the userInfo.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Philip Lukidis