Re: Launchd daemon / user app communication
On Apr 29, 2013, at 11:20 AM, Jens Alfke <jens@mooseyard.com> wrote:
On Apr 29, 2013, at 10:16 AM, Rustam Muginov <rmuginov@gmail.com> wrote:
The simplest Objective-C way to communicate would be distributed objects. It is not, of cause, the most secure way - but definitely the simpliest one.
XPC is based on DO
No, it isn't. -- Damien Sorresso dsorresso@apple.com
but has additional security features (e.g. for data validation) to make it safe to use between mutually-untrusted processes. (Again, this is my understanding from reading overview docs. I haven't used it myself.)
_______________________________________________ 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: https://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.app... This email sent to site_archiver@lists.apple.com
participants (1)
-
Damien Sorresso