Re: Using DO from daemon
Re: Using DO from daemon
- Subject: Re: Using DO from daemon
- From: Neil Rhodes <email@hidden>
- Date: Tue, 27 May 2003 06:58:34 -0700
The server is a standard Cocoa app, started while the user is logged in
(not a startup item).
The client is a foundation command-line app, which is a startup item.
Your description, Ryan, of the namespace issue, would explain exactly
what I'm seeing: the client is in the startup namespace, the server is
in the login namespace.
I'll have to switch to some other method of communication.
Thanks very much,
Neil
On Friday, May 23, 2003, at 03:49 PM, Ryan McGann wrote:
On Friday, May 23, 2003, at 03:37 PM, email@hidden wrote:
From his (the original poster) description though, it seems that both
the Server
and Client are startup items, thus should be in the "Startup"
namespace right??
so is what you (ryan) are saying is that any objet in the "Startup"
namespace
cannot communicate with any other object using DO? that doesn't
sound right to
me...
He states that the command line app is a normal Cocoa application. Did
he link to Cocoa or to just Foundation? If he linked to Cocoa, then it
makes sense that he cannot get it to work as a startup item. High
level frameworks cannot be used outside the login namespace.
Neil?
Ryan
Ryan McGann
Macintosh Internet Security
Symantec Corporation
email@hidden
Office: email@hidden
--
Neil Rhodes
_______________________________________________
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.