Re: DO and StartupItems
Re: DO and StartupItems
- Subject: Re: DO and StartupItems
- From: Adam Thayer <email@hidden>
- Date: Mon, 23 Sep 2002 21:11:06 -0700
On 2002-09-23 20:19:17 -0700 Andrew Pinski <email@hidden> wrote:
No that is not the problem.
Darwin (Mach kernel actually) uses a different method of security
when it comes to mach ports (used in DO and others).
The problem is that the mach bootstrap (starting with 10.2) is
different between the StartupItems and the GUI and the logins via ssh.
I do not know how to get around this.
Have you tried using the BSD sockets API to setup a UNIX socket and just wait for the app to connect? If you can open up a UNIX socket from a startup item (which you should be able to), then you can have the app latch on for your data transfer... unfortunately, I am not sure you will be able to pipe objects through, but it is very possible... but would be trickier.
_______________________________________________
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.